docusaurus/packages/docusaurus-theme-bootstrap/src/theme
Sébastien Lorber f6b1c85b01
fix(v2): fix docs homepage permalink issues (#2905)
* better fixes for docs homepage

* fix tests

* create special route for docs homepage + cleanup existing code

* no need to create multiple docs parent paths

* useful comment

* add test for slug + doc home usage at the same time error

* remove confusing variable name

* fix tests by using same suffix as before for docs base metadata path

* metadata: use homePageId correctly for nested docs: the full docId (including /) should be used to compare against homePageId

* add folder/testNested test doc

* refactor a bit processMetadata, the home should be handled correctly for all versions

* Workaround to fix issue when parent layout route (DocPage) has same path as the child route (DocItem): see https://github.com/facebook/docusaurus/issues/2917

* revert homePageId

* remove test doc

* remove test doc

* add useful comment
2020-06-17 14:54:08 +02:00
..
BlogListPage feat(v2): bootstrap layout (#2710) 2020-05-17 18:01:38 +08:00
BlogListPaginator chore(v2): upgrade Infima to 0.2.0-alpha.10 (#2729) 2020-05-10 21:03:45 +08:00
BlogPostItem feat(v2): bootstrap MDX Components (#2709) 2020-05-17 17:51:18 +08:00
BlogPostPage feat(v2): bootstrap layout (#2710) 2020-05-17 18:01:38 +08:00
BlogPostPaginator feat(v2): bootstrap doc paginator (#2734) 2020-05-17 22:51:03 +08:00
BlogTagsListPage feat(v2): bootstrap layout (#2710) 2020-05-17 18:01:38 +08:00
BlogTagsPostsPage feat(v2): bootstrap layout (#2710) 2020-05-17 18:01:38 +08:00
CodeBlock feat(v2): bootstrap MDX Components (#2709) 2020-05-17 17:51:18 +08:00
DocItem feat(v2): bootstrap doc sidebar (#2735) 2020-05-18 11:06:48 +08:00
DocPage fix(v2): fix docs homepage permalink issues (#2905) 2020-06-17 14:54:08 +02:00
DocPaginator chore(v2): remove unused hooks from bootstrap theme (#2931) 2020-06-14 20:05:29 +08:00
DocSidebar feat(v2): bootstrap doc sidebar (#2735) 2020-05-18 11:06:48 +08:00
Footer feat(v2): bootstrap doc sidebar (#2735) 2020-05-18 11:06:48 +08:00
Layout feat(v2): bootstrap doc sidebar (#2735) 2020-05-18 11:06:48 +08:00
MDXComponents feat(v2): bootstrap MDX Components (#2709) 2020-05-17 17:51:18 +08:00
Navbar fix(v2): bootstrap doc sidebar (#2860) 2020-06-05 15:36:36 +08:00
hooks chore(v2): remove unused hooks from bootstrap theme (#2931) 2020-06-14 20:05:29 +08:00
NotFound.js feat(v2): bootstrap bootstrap (heh) theme, preset, template (#2557) 2020-04-09 12:58:01 +08:00