Getting Started with SONiC

  • repo
  • site
  • description: SONiC is an open-source network operating system (NOS) developed by Microsoft based on Debian.

book.toml

[book]
authors = ["r12f"]
language = "en"
multilingual = false
src = "src"
title = "Getting Started with SONiC"

[build]
extra-watch-dirs = ["po"]

[preprocessor]

[preprocessor.pagetoc]

[preprocessor.open-on-gh]
command = "mdbook-open-on-gh"
renderer = ["html"]

[preprocessor.gettext]
after = ["links"]

[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
after = ["gettext"]

[preprocessor.mermaid]
command = "mdbook-mermaid"

[output.html]
additional-css = ["theme/css/mdbook-admonish.css", "theme/pagetoc.css", "theme/css/open-in.css", "./mdbook-admonish.css"]
additional-js  = ["theme/pagetoc.js", "theme/mermaid.min.js", "theme/mermaid-init.js"]
git-repository-url = "https://github.com/r12f/sonic-book"
git-branch = "main"
open-on-text = "Found a bug? [Edit this page on GitHub.]"
google-analytics = "G-PNR40ZKD06"