Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Mar 22, 2021
1 parent 940d120 commit 6390565
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Push to GitHub Repo
uses: sunny0826/auto-docs-action@v0.0.2
uses: sunny0826/auto-docs-action@v0.1.1
env:
SSH_PRIVATE_KEY: ${{ secrets.GH_PAGES_DEPLOY }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Push to GitHub Repo
uses: sunny0826/[email protected].0
uses: sunny0826/[email protected].1
env:
SSH_PRIVATE_KEY: ${{ secrets.GH_PAGES_DEPLOY }}
VERSION: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion doc/en/pod-lens.md → doc/en/more-info.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Pod Lens
title: More Info
---

[![asciicast](https://asciinema.org/a/400180.svg)](https://asciinema.org/a/400180)
Expand Down
12 changes: 12 additions & 0 deletions doc/sidebars.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
docs: [
{
type: 'category',
label: 'Documentation',
items: [
'getting-started',
'more-info',
],
},
],
};

0 comments on commit 6390565

Please sign in to comment.