Skip to content

Commit ac08bb3

Browse files
move docs to docusaurus
1 parent 69e47a9 commit ac08bb3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+8
-8
lines changed

.github/workflows/ci-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
paths-ignore:
66
- 'README.md'
7-
- 'docs/**'
7+
- 'docusaurus/**'
88
pull_request:
99
types: [assigned, opened, synchronize, reopened, ready_for_review, edited]
1010
paths-ignore:
1111
- 'README.md'
12-
- 'docs/**'
12+
- 'docusaurus/**'
1313
schedule:
1414
- cron: '0 0 * * *'
1515

.github/workflows/docs-actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docs
33
on:
44
push:
55
paths:
6-
- 'docs/**'
6+
- 'docusaurus/**'
77

88
jobs:
99
gh-pages:
@@ -14,15 +14,15 @@ jobs:
1414
- name: Setup
1515
uses: borales/actions-yarn@v2.0.0
1616
with:
17-
cmd: --cwd docs/ install
17+
cmd: --cwd docusaurus/ install
1818
- name: Build
1919
uses: borales/actions-yarn@v2.0.0
2020
with:
21-
cmd: --cwd docs/ build
21+
cmd: --cwd docusaurus/ build
2222
- name: Deploy
2323
uses: peaceiris/actions-gh-pages@v3
2424
with:
2525
personal_token: ${{ secrets.PERSONAL_TOKEN }}
26-
publish_dir: docs/build
26+
publish_dir: docusaurus/build
2727
external_repository: project-openubl/xbuilder-docs
2828
publish_branch: master
File renamed without changes.
File renamed without changes.

docs/docusaurus.config.js renamed to docusaurus/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ module.exports = {
8686
sidebarPath: require.resolve("./sidebars.js"),
8787
// Please change this to your repo.
8888
editUrl:
89-
"https://github.com/project-openubl/xbuilder/edit/master/docs/",
89+
"https://github.com/project-openubl/xbuilder/edit/master/docusaurus/",
9090
},
9191
blog: {
9292
showReadingTime: true,
9393
// Please change this to your repo.
9494
editUrl:
95-
"https://github.com/project-openubl/xbuilder/edit/master/docs/blog/",
95+
"https://github.com/project-openubl/xbuilder/edit/master/docusaurus/blog/",
9696
},
9797
theme: {
9898
customCss: require.resolve("./src/css/custom.css"),
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)