Skip to content

Commit

Permalink
Adds base navigation structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 19, 2019
1 parent 07ef58b commit ca99a45
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .devcontainer/DockerFile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM ludeeus/devcontainer:base

## Additional things for HACS
RUN apk add \
nodejs \
npm \
autoconf \
automake
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or the definition README at
{
"name": "HACS Documentation",
"image": "node:lts",
"dockerFile": "DockerFile",
"context": "..",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
Expand Down
6 changes: 0 additions & 6 deletions documentation/basic/navigation.md

This file was deleted.

6 changes: 6 additions & 0 deletions documentation/navigation/installed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: installed
title: Installed
---

Installed
6 changes: 6 additions & 0 deletions documentation/navigation/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: overview
title: Overview
---

Overview
6 changes: 6 additions & 0 deletions documentation/navigation/repository.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: repository
title: Repository
---

Repository
6 changes: 6 additions & 0 deletions documentation/navigation/settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: settings
title: Settings
---

Settings
6 changes: 6 additions & 0 deletions documentation/navigation/stores.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: stores
title: Stores
---

Stores
8 changes: 7 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
"usage": {
"Basic": [
"basic/getting_started",
"basic/navigation",
"basic/updates",
"basic/existing_elements",
"basic/startup",
Expand All @@ -18,6 +17,13 @@ module.exports = {
"basic/theming",
"basic/logs"
],
"Navigation": [
"navigation/overview",
"navigation/installed",
"navigation/stores",
"navigation/settings",
"navigation/repository"
],
"Categories": [
"categories/integrations",
"categories/plugins",
Expand Down

0 comments on commit ca99a45

Please sign in to comment.