Skip to content

Commit

Permalink
fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander committed Jan 16, 2024
1 parent f99a0ac commit 5931beb
Show file tree
Hide file tree
Showing 12 changed files with 4,763 additions and 6,199 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run pre-build
- run: npm run build
- run: npm run post-build
- run: echo "DATE=$(date -Im | sed 's|:|_|g' | sed 's|+|__|g')" >> $GITHUB_ENV
Expand Down
5 changes: 5 additions & 0 deletions assets/icon/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/icon/lang.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions assets/icon/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions assets/icon/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions assets/navigation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
navigation:
logo:
url: '/'
dark:
icon: '/docs/en/_assets/icon/logo-dark.svg'
light:
icon: '/docs/en/_assets/icon/logo.svg'
header:
rightItems:
- type: 'button'
img: '/docs/en/_assets/icon/lang.svg'
theme: 'flat'
text: '{{lang_title}}'
- type: 'button'
img: '/docs/en/_assets/icon/github.svg'
theme: 'flat'
text: 'GitHub'
- type: controls
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
Loading

0 comments on commit 5931beb

Please sign in to comment.