diff options
| author | D. Delmar Davis <don@suspectdevices.com> | 2021-02-14 20:57:32 -0800 |
|---|---|---|
| committer | D. Delmar Davis <don@suspectdevices.com> | 2021-02-14 20:57:32 -0800 |
| commit | 76abe587cd3bbe05ea4e6ccaf115d16f8bad33f1 (patch) | |
| tree | 2edaa22e0861850e8d990daeb5b35b75dfc5c0fc | |
| parent | 0caec633a75c1353eac3b1dc8c52b77579ed1d7c (diff) | |
add lede config from bitbucket
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | docs/buildnotes/lede-config | 0 | ||||
| -rw-r--r-- | mkdocs.yml | 16 |
3 files changed, 5 insertions, 14 deletions
diff --git a/.gitmodules b/.gitmodules index 6801f70..4cb62c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "docs/buildnotes/ansible"] path = docs/buildnotes/ansible url = git@bitbucket.org:suspectdevicesadmin/ansible.git +[submodule "docs/buildnotes/config"] + path = docs/buildnotes/lede-config + url = git@bitbucket.org:houselan/config.git diff --git a/docs/buildnotes/lede-config b/docs/buildnotes/lede-config new file mode 160000 +Subproject 659f3f3a47090e70696e84b241311c0a0041198 @@ -1,18 +1,6 @@ -site_name: D. Delmar Davis +site_name: buggy theme: name: material - palette: - primary: white - accent: red - font: -# text: Courier Prime - text: JetBrains Mono -# text: Share Tech Mono - logo: images/think2t.png.svg - favicon: images/favicon.png features: - - navigation.expand - -plugins: - - with-pdf + - navigation.sections |
