From aad528d1b211e64ffe3f5688c141d442d7fa081a Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 9 Oct 2025 22:46:34 -0700 Subject: add a skeleton for documentation Change-Id: I528864e13c4b318dd70a004b8c2029831863c37c --- docs/css/smalltech.css | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ docs/index.md | 3 +++ 2 files changed, 66 insertions(+) create mode 100644 docs/css/smalltech.css create mode 100644 docs/index.md (limited to 'docs') diff --git a/docs/css/smalltech.css b/docs/css/smalltech.css new file mode 100644 index 0000000..ce33740 --- /dev/null +++ b/docs/css/smalltech.css @@ -0,0 +1,63 @@ +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 125 950; + src: url(/css/fonts/Raleway-VariableFont_wght.ttf); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 600; + src: url(/css/fonts/Poppins-SemiBold.ttf); +} + +@font-face { + font-family: 'Harmonia Sans Pro'; + font-style: normal; + font-weight: 600; + src: url(/css/fonts/HarmoniaSansProCyr-Regular.ttf); +} + +@font-face { + font-family: 'Harmonia Sans Pro'; + font-style: normal; + font-weight: bold; + src: url(/css/fonts/HarmoniaSansProCyr-Bold.ttf); +} + + +body { + font-family: 'Raleway'; +} + +.wy-menu, h1, h2, h3, h4, h5, h6 { + font-family: 'Poppins'; +} + +.rst-versions, .btn { + font-family: 'Harmonia Sans Pro', sans-serif; +} + +.wy-side-nav-search, .wy-nav-top { + background-color: #6700be; +} + +.wy-nav-side { + background-color: #dadbdc; +} + +.wy-menu-vertical a { + color: #757679; +} + +.wy-menu-vertical header, +.wy-menu-vertical p.caption { + color: #6700be; +} + +.rst-content code { + color: #757679; + border-radius: 5px; +} + diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..81a3b1d --- /dev/null +++ b/docs/index.md @@ -0,0 +1,3 @@ +# Welcome! + +TODO a sentiment here to ground this experience and set the tone would be great. -- cgit 1.4.1