We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b033598 commit a79dabdCopy full SHA for a79dabd
docs/manifest.json
@@ -5,14 +5,13 @@
5
"title": "About",
6
"description": "Landing Page",
7
"path": "./README.md",
8
- "icon_path": "./images/icons/home.svg"
9
- },
10
- {
11
- "title": "Getting Started",
12
- "description": "Tour Coder by setting up your first deployment",
13
- "path": "./start/README.md",
14
- "icon_path": "./images/icons/star.svg",
+ "icon_path": "./images/icons/home.svg",
15
"children": [
+ {
+ "title":"About",
+ "description": "Learn about Coder",
+ "path": "./README.md"
+ },
16
{
17
"title": "Tour Coder",
18
"description": "Tour Coder by creating a deployment with Docker",
0 commit comments