Skip to content

Commit 96cc888

Browse files
committed
docs: fix ui
1 parent 6e4559a commit 96cc888

File tree

21 files changed

+271
-683
lines changed

21 files changed

+271
-683
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
gem "jekyll", "~> 4.3"
4-
gem "minima"
4+
gem "just-the-docs", "~> 0.8.2"
55
gem "webrick", "~> 1.7"
66
gem "jekyll-sass-converter"
77
gem "jekyll-sitemap"

docs/_config.yml

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ url: https://teabranch.github.io
55
baseurl: /matlas-cli
66

77
# Theme settings
8-
theme: minima
8+
theme: just-the-docs
9+
10+
# Color scheme
11+
color_scheme: light
912

1013
# Build settings
1114
markdown: kramdown
@@ -25,34 +28,34 @@ plugins:
2528
- jekyll-sitemap
2629
- jekyll-sass-converter
2730

28-
# Collections
29-
collections:
30-
docs:
31-
output: true
32-
permalink: /:collection/:name/
31+
# Navigation structure
32+
nav_order: 1
33+
34+
# Search
35+
search_enabled: true
36+
search:
37+
heading_level: 2
38+
previews: 3
39+
preview_words_before: 5
40+
preview_words_after: 10
41+
tokenizer_separator: /[\s/]+/
42+
rel_url: true
43+
button: false
44+
45+
# Aux links for the upper right navigation
46+
aux_links:
47+
"GitHub Repository":
48+
- "https://github.com/teabranch/matlas-cli"
49+
50+
# Makes aux links open in a new tab
51+
aux_links_new_tab: true
52+
53+
# Footer content
54+
footer_content: "Copyright &copy; 2024 matlas CLI. Distributed by an <a href=\"https://github.com/teabranch/matlas-cli/tree/main/LICENSE\">MIT license</a>."
3355

34-
# Navigation
35-
navigation:
36-
- title: Home
37-
url: /
38-
- title: Authentication
39-
url: /auth/
40-
- title: Discovery
41-
url: /discovery/
42-
- title: Atlas Commands
43-
url: /atlas/
44-
- title: Database Commands
45-
url: /database/
46-
- title: Infrastructure
47-
url: /infra/
48-
- title: YAML Kinds
49-
url: /yaml-kinds/
50-
- title: Configuration
51-
url: /config/
52-
- title: Development Guide
53-
url: /development/
54-
- title: Release Process
55-
url: /release-process/
56+
# Footer last edit timestamp
57+
last_edit_timestamp: true
58+
last_edit_time_format: "%b %e %Y at %I:%M %p"
5659

5760
# Social links
5861
github_username: teabranch

docs/_includes/footer.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/_includes/navigation.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/_layouts/default.html

Lines changed: 0 additions & 62 deletions
This file was deleted.

docs/_layouts/home.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/_layouts/page.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)