Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! Change documentation platform from Docz to Docoff
  • Loading branch information
mbohal committed Feb 24, 2023
1 parent 19c137c commit 3f63500
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Dependencies:
1. Install local npm dependencies: `npm ci`
2. Start dev server:
* Linux: `sh scripts/build-linux.sh`
* Win or macOS: `sh scripts/build-linux.sh`
* Win or macOS: `sh scripts/build-non-linux.sh`

### Run the dev server:

Expand Down
2 changes: 2 additions & 0 deletions scripts/build-linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npm run build \
&& docker compose run --rm --service-ports mkdocs bash -c "sh /root/init-container.sh /workspace && su node -c 'mkdocs build'"
4 changes: 4 additions & 0 deletions scripts/start-linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
docker compose run -T --rm --service-ports mkdocs bash -c "sh /root/init-container.sh /workspace && su node -c 'mkdocs serve'" & \
npm start \
&& fg

0 comments on commit 3f63500

Please sign in to comment.