netboot.xyz documentation repository
  • JavaScript 68.7%
  • CSS 31.3%
Find a file
2026-04-10 19:33:41 -05:00
.github Merge pull request #165 from netbootxyz/renovate/actions-checkout-6.x 2026-03-21 01:38:22 -05:00
blog seo: improve titles, descriptions, and internal linking across docs and blog 2026-03-21 02:20:03 -05:00
docs fix: sidebar label and position cleanup 2026-03-21 02:43:06 -05:00
external Add initial docker documentation 2021-10-07 21:11:04 -05:00
src Change download buttons from button to anchor elements for right-click URL copying 2026-01-24 15:50:40 +00:00
static Add llms.txt for LLM site discovery (#183) 2026-04-10 19:33:41 -05:00
.eslintrc.js Improve documentation site user experience and developer workflow 2025-09-06 13:14:20 -05:00
.gitignore added dark switch and added .docusaurus folder to gitignore 2021-10-01 10:46:48 +05:30
.markdownlint-cli2.jsonc Fixing some lint 2022-02-26 18:56:06 -06:00
.prettierignore Improve documentation site user experience and developer workflow 2025-09-06 13:14:20 -05:00
.prettierrc Improve documentation site user experience and developer workflow 2025-09-06 13:14:20 -05:00
AGENTS.md Add AGENTS.md with build commands, code style, and contribution guidelines 2026-03-21 01:52:45 -05:00
babel.config.js Switching docs from hugo to docusaurus 2021-08-08 13:33:56 -05:00
crowdin.yml Update Crowdin configuration file 2022-10-21 00:19:16 -05:00
docusaurus.config.js Improve documentation site user experience and developer workflow 2025-09-06 13:14:20 -05:00
package.json fix(deps): update react monorepo to v19.2.4 2026-02-14 22:54:43 +00:00
README.md Update docusaurus link 2025-02-03 21:05:12 -06:00
renovate.json Migrate config renovate.json (#133) 2025-03-29 07:50:01 -05:00
sidebars.js Doc refactor, updated docker docs 2025-02-04 22:59:52 -06:00
yarn.lock Merge pull request #167 from netbootxyz/renovate/eslint-eslintrc-3.x-lockfile 2026-03-21 01:38:50 -05:00

netboot.xyz documentation

Build Status Discord

This is the main documentation repository for netboot.xyz which is built upon Docusaurus, 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.