Skip to content

docs-v4 init #947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 67 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
71c8dc2
docs-v4 init
anopsy Feb 5, 2025
cae8b8b
fix liquid
anopsy Feb 5, 2025
e32512c
overview links
anopsy Feb 5, 2025
45fd208
update menu observability
anopsy Feb 5, 2025
8f88aea
update menu observability
anopsy Feb 5, 2025
bcb6417
update menu observability
anopsy Feb 5, 2025
c0bdd64
update menu observability
anopsy Feb 5, 2025
7c02281
update menu observability
anopsy Feb 5, 2025
e0b954e
update menu observability
anopsy Feb 5, 2025
cb612f1
update menu observability
anopsy Feb 5, 2025
1284495
add a loop in nav.html for extra depth
anopsy Feb 6, 2025
8b9ede1
add grantparents
anopsy Feb 6, 2025
cfee813
add data testing, remove layout
anopsy Feb 6, 2025
07f12c3
add data-testing aml
anopsy Feb 6, 2025
aeb1737
fix typo
anopsy Feb 6, 2025
4d777d9
pin gem version
anopsy Feb 6, 2025
4ca0bba
pin gem version gemfile.lock
anopsy Feb 6, 2025
2bbf261
revert gem version gemfile
anopsy Feb 6, 2025
a8229c4
revert gem version gemfile.lock
anopsy Feb 6, 2025
21f31fc
recursive html
anopsy Feb 6, 2025
16749d0
revert recursive html
anopsy Feb 6, 2025
cca58d2
add soda-cloud-adm and refs
anopsy Feb 6, 2025
17d83b7
add refs dir
anopsy Feb 6, 2025
3186636
add children in observability
anopsy Feb 6, 2025
cc7113d
fix file name
anopsy Feb 6, 2025
044c0d0
move pages to top level
anopsy Feb 6, 2025
585039b
revert chages
anopsy Feb 7, 2025
3e33b6d
group
anopsy Feb 14, 2025
cc2ac01
group references
anopsy Feb 14, 2025
28d2b11
group references
anopsy Feb 14, 2025
2a6949f
add get started
anopsy Feb 14, 2025
ad65a56
subcategories->children
anopsy Feb 14, 2025
5a20b95
try grandchildren
anopsy Feb 14, 2025
fabea0b
add nav true to config
anopsy Feb 14, 2025
7ac0aea
minor change to force preview
anopsy Feb 14, 2025
b839308
remove children
anopsy Feb 17, 2025
83f0bab
remove take a sip
anopsy Feb 17, 2025
44d56b9
change order in the menu, data testing first
anopsy Feb 17, 2025
1aa03a4
overwrite html files for multilevel
anopsy Feb 17, 2025
c2bdb10
remove nav-list.html
anopsy Feb 17, 2025
6917823
recursive search for levels, allowing children and subs
anopsy Feb 17, 2025
ba2e2ba
removing unsupported macro
anopsy Feb 17, 2025
1598ee2
removing unsupported macro from nav.html
anopsy Feb 17, 2025
8ae0445
removing unsupported nav tags from nav.html
anopsy Feb 17, 2025
c8be2f1
getting enfors right
anopsy Feb 17, 2025
c786ee6
change to children/subcat again
anopsy Feb 17, 2025
a4d7de2
checking children instead of subcats
anopsy Feb 17, 2025
c7bbf5d
updating version-adding nav
anopsy Feb 18, 2025
9282b6c
adding file.read to gemfile df
anopsy Feb 19, 2025
29838a9
fix order and children/parents
anopsy Feb 19, 2025
1a863b0
structure and layout
anopsy Feb 28, 2025
f744949
observability guide structure added
anopsy Mar 6, 2025
79b4d0b
add quickstart
anopsy Mar 12, 2025
eadd3cc
overview draft
santiviquez Mar 25, 2025
dc75a3b
add obs quickstart link
santiviquez Mar 26, 2025
ddbe352
rename section
santiviquez Mar 26, 2025
ecb9bde
full observability quickstart
santiviquez Mar 26, 2025
82b149a
update observability structure
santiviquez Mar 26, 2025
6d44f9f
observability intro
santiviquez Mar 26, 2025
b921636
working on obs guide
santiviquez Apr 3, 2025
0cbe29b
add white space in headings
santiviquez Apr 3, 2025
abde045
put things into reusable pages
santiviquez Apr 7, 2025
d985b60
prerequisites
santiviquez Apr 7, 2025
c49d910
supported dbs for metric monitoring
santiviquez Apr 7, 2025
1bead25
metric monitors, incidents, alerts, etc
santiviquez Apr 8, 2025
31b8ee3
update quickstart
santiviquez Apr 8, 2025
83d3984
update settings
santiviquez Apr 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.4
3.4.1
10 changes: 9 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,12 @@ gem "webrick"

gem 'jekyll-redirect-from'

gem 'jekyll-sitemap'
gem 'jekyll-sitemap'

gem 'csv'

gem 'logger'

gem 'base64'

gem 'bigdecimal'
84 changes: 55 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.9)
colorator (1.1.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.3.5)
csv (3.3.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.17.1)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-aarch64-linux-musl)
ffi (1.17.1-arm-linux-gnu)
ffi (1.17.1-arm-linux-musl)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86-linux-gnu)
ffi (1.17.1-x86-linux-musl)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-musl)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.8.11)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jekyll (4.2.1)
jekyll (4.2.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -29,67 +42,80 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-feed (0.16.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-last-modified-at (1.3.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-last-modified-at (1.3.2)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.1.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
just-the-docs (0.3.3)
just-the-docs (0.10.1)
jekyll (>= 3.8.5)
jekyll-seo-tag (~> 2.0)
rake (>= 12.3.1, < 13.1.0)
kramdown (2.3.1)
rexml
jekyll-include-cache
jekyll-seo-tag (>= 2.0)
rake (>= 12.3.1)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.7.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.6)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (4.0.6)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
public_suffix (6.0.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rouge (3.27.0)
rexml (3.4.1)
rouge (3.30.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
strscan (3.1.0)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.8.2)
webrick (1.9.1)

PLATFORMS
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
ruby
x86_64-darwin-16
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
base64
bigdecimal
csv
jekyll (~> 4.2.0)
jekyll-feed (~> 0.12)
jekyll-last-modified-at
jekyll-redirect-from
jekyll-sitemap
just-the-docs
logger
wdm (~> 0.1.1)
webrick

BUNDLED WITH
2.2.27
2.6.4
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ plugins:
- jekyll-last-modified-at
- jekyll-sitemap

just_the_docs:
collections:
navigation: true

logo: /assets/images/soda-logo.svg
color_scheme: soda

Expand Down
Loading