Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

suse-coder/windmilldocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This website is built usingDocusaurus 2, a modernstatic website generator.

Nix

If you are using nix, you can:

$ nix develop

This will bring into scope all dependencies and helpers.

Direnv

Additionally if you are usingnix-direnv:

$ direnv allow

This will automatically enable shell when you enter the repository

Installation

$ npm i --legacy-peer-deps

Nix

$ wm-setup

Local development

$ npm start

Nix

$ wm-dev

This command starts a local development server and opens up a browser window.Most changes are reflected live without having to restart the server.

Build

$ npm run build

This command generates static content into thebuild directory and can beserved using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true npm run deploy

If you are using GitHub pages for hosting, this command is a convenient way tobuild the website and push to thegh-pages branch.

Regenerate python documentation

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.md

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript37.7%
  • MDX32.8%
  • TypeScript25.9%
  • CSS2.7%
  • Mako0.7%
  • Python0.1%
  • Other0.1%

[8]ページ先頭

©2009-2025 Movatter.jp