Không có mô tả

Antony Messerli 18c3177479 WIP - Community section of docs 3 năm trước cách đây
.github 423f8eae72 Use Changelog from master 3 năm trước cách đây
blog 3b72b96bc5 Switching docs from hugo to docusaurus 3 năm trước cách đây
docs 18c3177479 WIP - Community section of docs 3 năm trước cách đây
external cc3cf0e016 Add placeholder 3 năm trước cách đây
src 3d458c9e81 Revert "Add the changelog, use contributing from main repo" 3 năm trước cách đây
static 2e92bf8443 Remove unused images 3 năm trước cách đây
.gitignore 3b72b96bc5 Switching docs from hugo to docusaurus 3 năm trước cách đây
README.md 3b72b96bc5 Switching docs from hugo to docusaurus 3 năm trước cách đây
babel.config.js 3b72b96bc5 Switching docs from hugo to docusaurus 3 năm trước cách đây
docusaurus.config.js 31f3af544c Update gtag id 3 năm trước cách đây
package.json da536984f4 Bump to latest beta 3 năm trước cách đây
sidebars.js 18c3177479 WIP - Community section of docs 3 năm trước cách đây
yarn.lock da536984f4 Bump to latest beta 3 năm trước cách đây

README.md

netboot.xyz documentation

Build Status Discord

This is the main documentation repository for netboot.xyz which is built upon Docusaurus 2, a modern static website generator.

The contents of this repo are deployed automatically to netboot.xyz upon being merged.

Development and Contributions

Contributions to the documentation are always welcome. Please feel free to open pull requests to this repo if you see a bug, want to improve the existing documentation, or want to add some how-tos to help others.

Ultimately this site is for helping others boot operating systems and using network booting related tools, so any documenation or articles that might be able to help others are welcome.

Installation

yarn install

Local Development

yarn start

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

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.