master
Marc CHEVALDONNE 2 years ago
parent ae3cedca54
commit 43e510f585

10
.gitignore vendored

@ -339,3 +339,13 @@ ASALocalRun/
# Mac stuff # Mac stuff
.DS_Store .DS_Store
Documentation/docusaurus/.docusaurus/docusaurus-plugin-content-blog/default/documentation-mch-samples-net-docusaurus-mchsamples-net-core-fr-blog-archive-b17.json
Documentation/docusaurus/.docusaurus/docusaurus-plugin-content-blog/default/documentation-mch-samples-net-docusaurus-mchsamples-net-core-fr-blog-f72.json
Documentation/docusaurus/.docusaurus/docusaurus-plugin-content-blog/default/documentation-mch-samples-net-docusaurus-mchsamples-net-core-fr-blog-tags-docusaurus-cea-list.json
Documentation/docusaurus/.docusaurus/docusaurus-plugin-content-blog/default/documentation-mch-samples-net-docusaurus-mchsamples-net-core-fr-blog-tags-docusaurus-cea.json
Documentation/docusaurus/.docusaurus/docusaurus-plugin-content-blog/default/documentation-mch-samples-net-docusaurus-mchsamples-net-core-fr-blog-tags-tags-bf9.json
Documentation/docusaurus/.docusaurus/docusaurus-plugin-content-blog/default/documentation-mch-samples-net-docusaurus-mchsamples-net-core-fr-blog-tags-welcome-3e7-list.json
Documentation/docusaurus/.docusaurus/docusaurus-plugin-content-blog/default/documentation-mch-samples-net-docusaurus-mchsamples-net-core-fr-blog-tags-welcome-3e7.json
Documentation/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/category-documentationmchsamples-netdocusaurusmchsamples-net-corefrdocs-tutorialsidebar-category-1-fundamentals-21f.json
Documentation/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/category-documentationmchsamples-netdocusaurusmchsamples-net-corefrdocs-tutorialsidebar-category-2-model-c16.json
Documentation/docusaurus/.docusaurus/docusaurus-plugin-content-docs/default/category-documentationmchsamples-netdocusaurusmchsamples-net-corefrdocs-tutorialsidebar-category-entity-framework-core-cc9.json

@ -13,6 +13,7 @@ const config = {
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn', onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico', favicon: 'img/favicon.ico',
trailingSlash: true,
// GitHub pages deployment config. // GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these. // If you aren't using GitHub pages, you don't need these.

Loading…
Cancel
Save