forked fromwindmill-labs/windmilldocs
- Notifications
You must be signed in to change notification settings - Fork0
License
NotificationsYou must be signed in to change notification settings
suse-coder/windmilldocs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This website is built usingDocusaurus 2, a modernstatic website generator.
If you are using nix, you can:
$ nix developThis will bring into scope all dependencies and helpers.
Additionally if you are usingnix-direnv:
$ direnv allowThis will automatically enable shell when you enter the repository
$ npm i --legacy-peer-deps$ wm-setup$ npm start$ wm-devThis command starts a local development server and opens up a browser window.Most changes are reflected live without having to restart the server.
$ npm run buildThis command generates static content into thebuild directory and can beserved using any static contents hosting service.
$ GIT_USER=<Your GitHub username> USE_SSH=true npm run deployIf you are using GitHub pages for hosting, this command is a convenient way tobuild the website and push to thegh-pages branch.
pdoc --template template --output-dir /tmp wmill --force\ && sed -i -e "/^title: /s/title: .*/title: Python Client/" /tmp/wmill/client.md\ && mv /tmp/wmill/client.md src/pages/python.mdAbout
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- JavaScript37.7%
- MDX32.8%
- TypeScript25.9%
- CSS2.7%
- Mako0.7%
- Python0.1%
- Other0.1%