Finbuckle / Finbuckle.MultiTenant

Finbuckle.MultiTenant is an open-source multitenancy middleware library for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
https://www.finbuckle.com/multitenant
Apache License 2.0
1.32k stars 267 forks source link

Docs issues #120

Closed ghost closed 5 years ago

ghost commented 5 years ago

The link to https://www.finbuckle.com/MultiTenant/Docs/EFCore#configuring-with-asp.net-core on the left-side nav doesn't work because jQuery sees the period as a class name identifier so it's looking forid="configuring-with-asp" class="net-core".

The Data Isolation with Entity Framework Core and Data Isolation with ASP.NET Core Identity sections refer to TenantContext as a context constructor parameter but the context constructors expect TenantInfo now.

AndrewTriesToCode commented 5 years ago

@webwizgordon Thanks I just updated the website. No code changes in this repo--the site is a separate repo.

ghost commented 5 years ago

No problem. Is there a better spot to report issues with the site? I saw the docs folder here and it seems to match the site so I figured they came from here.

BTW It looks like the data isolation pages are still out of date with TenantContext.

AndrewTriesToCode commented 5 years ago

This is the best place to report docs issues-- the content is actually the markdown files in this repo and can be updated via PR, but the actual website is separate-- it dynamically generates the document navigation based on the markdown in this repo.