Skip to content

Commit bc77646

Browse files
authored
Additional distros (#5)
* unvalidate distro docs * updates and fixes * titles * arp_ignore * link fixes * path fixes * diagrams and conciseness * multipath * fix text escaping * text updates * yaml processing fixes * pages..... * theme * pages fixes? * just teh docs * fix the links * switch to minima * header * minima updates * header * mermaid * mermaid try two * style * code type * includes refactor * generic * clean up * fixes * arp fixes * off * notes * monitoring * dita format changes
1 parent d84c7ec commit bc77646

107 files changed

Lines changed: 23016 additions & 519 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dita_output/

Gemfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
source "https://rubygems.org"
2+
3+
# GitHub Pages gem (includes Jekyll and supported plugins)
4+
gem "github-pages", group: :jekyll_plugins
5+
6+
# Windows-specific gems
7+
platforms :mingw, :x64_mingw, :mswin, :jruby do
8+
gem "tzinfo", ">= 1", "< 3"
9+
gem "tzinfo-data"
10+
gem "wdm", "~> 0.1"
11+
end
12+

0 commit comments

Comments
 (0)