docs: start creating a golden path (#30925)
* docs: starting to fill out the plugin golden path Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> * another bit of work Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> * create-app docs Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> * Apply suggestions from code review Co-authored-by: Peter Macdonald <peterm4c@pm.me> Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> * address PR feedback Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> * update to rspack Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> * fix lint errors Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> * add flag for golden paths Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> --------- Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Co-authored-by: Peter Macdonald <peterm4c@pm.me>
This commit is contained in:
@@ -62,6 +62,42 @@ export default {
|
||||
'overview/support',
|
||||
'getting-started/keeping-backstage-updated',
|
||||
],
|
||||
...(process.env.GOLDEN_PATH
|
||||
? {
|
||||
'Golden Paths': [
|
||||
{
|
||||
type: 'category',
|
||||
label: '001 - create-app',
|
||||
items: [
|
||||
'golden-path/create-app/index',
|
||||
'golden-path/create-app/npx-create-app',
|
||||
'golden-path/create-app/local-development',
|
||||
'golden-path/create-app/installing-plugins',
|
||||
'golden-path/create-app/logging-in',
|
||||
'golden-path/create-app/custom-theme',
|
||||
'golden-path/create-app/keeping-backstage-updated',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: '002 - Plugins',
|
||||
items: [
|
||||
'golden-path/plugins/index',
|
||||
'golden-path/plugins/why-build-plugins',
|
||||
'golden-path/plugins/sustainable-plugin-development',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Backend Plugins',
|
||||
items: [
|
||||
'golden-path/plugins/backend/001-first-steps',
|
||||
'golden-path/plugins/backend/002-poking-around',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
: {}),
|
||||
'Core Features': [
|
||||
{
|
||||
type: 'category',
|
||||
|
||||
Reference in New Issue
Block a user