docs(mkdocs): formatting and tooling upgrades to improve performance

BREAKING CHANGE: This version is NOT compatible with v1.1.x. It is a top-down rebuild of the guide in mkdocs-material.

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
nopeitsnothing
2024-07-26 23:19:20 -04:00
committed by No
parent ec6ff4f3e4
commit 11b6004bba
7 changed files with 528 additions and 4 deletions

9
Gemfile Normal file
View File

@@ -0,0 +1,9 @@
# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
# gem "jekyll", "~> 4.2"
gem "github-pages", group: :jekyll_plugins
gem "webrick", "~> 1.7"