Sem descrição

Antony Messerli fa3c7732f0 New translations grub.md (German) há 1 ano atrás
.github 0d85ce4f97 Update node version há 2 anos atrás
blog d0780ab514 Add updated blog post há 3 anos atrás
docs 0f0ab40c64 Add docs on PXE Booting the Steam Deck há 2 anos atrás
external fc72982667 Add initial docker documentation há 3 anos atrás
src 9bbc1ed95d Add Padded Virtual Floppy disk image to official downloads site há 2 anos atrás
static c508620f8b Switch logo há 3 anos atrás
website fa3c7732f0 New translations grub.md (German) há 1 ano atrás
.gitignore ec642ce630 added dark switch and added .docusaurus folder to gitignore há 3 anos atrás
.markdownlint-cli2.jsonc c77d9f5545 Fixing some lint há 2 anos atrás
README.md 3b72b96bc5 Switching docs from hugo to docusaurus há 3 anos atrás
babel.config.js 3b72b96bc5 Switching docs from hugo to docusaurus há 3 anos atrás
docusaurus.config.js bd8706e6ea Add keywords to theme há 2 anos atrás
package.json d51e8665b5 Update docusaurus monorepo to v2.1.0 há 2 anos atrás
renovate.json 8053b95e86 Add renovate.json há 2 anos atrás
sidebars.js 0f0ab40c64 Add docs on PXE Booting the Steam Deck há 2 anos atrás
yarn.lock d51e8665b5 Update docusaurus monorepo to v2.1.0 há 2 anos atrás

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.