This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Restructuring of navigation and documentation resources (#892)
- Loading branch information
Showing
165 changed files
with
1,449 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = [ | ||
{ | ||
text: "Home", | ||
link: "/", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
module.exports = { | ||
sidebarDepth: 2, | ||
"/": [ | ||
{ | ||
path: "/landing/project/", | ||
title: "Project", | ||
collapsable: false, | ||
children: ["landing/project/contribution"], | ||
}, | ||
{ | ||
path: "/landing/getting-started/", | ||
title: "Getting Started", | ||
collapsable: false, | ||
children: ["/landing/getting-started/prepare-shopware"], | ||
}, | ||
{ | ||
path: "/landing/fundamentals/", | ||
title: "Fundamentals", | ||
collapsable: false, | ||
children: ["/landing/fundamentals/cli", "/landing/fundamentals/security"], | ||
}, | ||
{ | ||
path: "/landing/concepts/", | ||
title: "Concepts", | ||
collapsable: false, | ||
children: [ | ||
"/landing/concepts/cms", | ||
"/landing/concepts/plugins", | ||
"/landing/concepts/payment", | ||
], | ||
}, | ||
{ | ||
path: "/landing/operations/", | ||
title: "Operations", | ||
collapsable: false, | ||
children: [ | ||
"/landing/operations/hosting/", | ||
"/landing/operations/deployment/", | ||
], | ||
}, | ||
{ | ||
path: "/landing/resources/", | ||
title: "Resources", | ||
collapsable: false, | ||
children: [ | ||
"/landing/resources/roadmap", | ||
["/landing/resources/api/", "Package API"], | ||
"/landing/resources/features", | ||
"/landing/resources/troubleshooting", | ||
"/landing/resources/cheatsheet", | ||
], | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
61af541
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to following URLs: