This repository contains the source for Networking Foundations, a free networking guide built with Astro and Starlight.
Work in progress This guide is still a work in progress. I will continue reviewing and updating it as time permits. If you find an error or have an idea that could improve it, feedback and suggestions are welcome through GitHub Issues.
The site is built with Astro Starlight and deploys automatically to Netlify on every push to main.
Requires Node.js 20+.
npm install
npm run dev
The site runs at http://localhost:4321
Guide content lives in src/content/docs/ as Markdown. Sidebar order is set in astro.config.mjs.
MIT. See LICENSE.