mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
docs: add advanced guides (#6296)
* docs: add advanced guides * complete * fix link * Create architecture * use png * explanations * more text * process.env.NODE_ENV * typo * Add image zoom * nit * nit * reorganize * fix links * fix links * reorganize * elaborate on presets * fix * routing docs * ssr section * more content * complete SSR guide * pathname:// * improvements * document executionenvironment * reformat * final tweaks! * avoid slug * oops
This commit is contained in:
parent
e3be77081c
commit
59022c5eea
30 changed files with 1341 additions and 535 deletions
|
@ -91,6 +91,7 @@ const sidebars = {
|
|||
'search',
|
||||
'browser-support',
|
||||
'seo',
|
||||
'using-plugins',
|
||||
'deployment',
|
||||
{
|
||||
type: 'category',
|
||||
|
@ -114,12 +115,20 @@ const sidebars = {
|
|||
},
|
||||
],
|
||||
},
|
||||
'guides/whats-next',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Advanced Guides',
|
||||
items: ['using-plugins', 'using-themes', 'presets'],
|
||||
link: {type: 'doc', id: 'advanced/index'},
|
||||
items: [
|
||||
'advanced/architecture',
|
||||
'advanced/plugins',
|
||||
'advanced/routing',
|
||||
'advanced/swizzling',
|
||||
'advanced/ssg',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue