Skip to content

Commit 3c53b10

Browse files
authored
Feature/new documentation structure for guides (#202)
Added Package Management User Guide and What is a Package? concept
1 parent d850aaa commit 3c53b10

File tree

125 files changed

+886
-202
lines changed

Some content is hidden

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

125 files changed

+886
-202
lines changed

.gitignore

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
docs/
2-
!docs/CNAME
3-
public/
4-
resources/
1+
/content/en/docs/latest/
2+
/content/static/latest/
3+
/content/static/**/*.dtmp
4+
/content/static/**/*.bkp
5+
/content/static/**/*.crswap
6+
/content/static/lunr-index.json
7+
!/docs/CNAME
8+
/docs/
9+
/public/
10+
/resources/
511
node_modules/
6-
tech-doc-hugo
7-
content/en/docs/latest/
8-
content/static/latest/
9-
content/static/**/*.dtmp
10-
content/static/**/*.bkp
11-
content/static/**/*.crswap
12-
content/static/lunr-index.json
12+
tech-doc-hugo

assets/scss/_content.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,19 @@
184184
}
185185
}
186186

187+
>.scribe-video {
188+
max-width: 640px;
189+
width: 100%;
190+
animation: fadeIn 2s;
191+
192+
iframe {
193+
height: 640px;
194+
width: 100%;
195+
aspect-ratio: 16 / 9;
196+
border-radius: 5px;
197+
}
198+
}
199+
187200
br {
188201
content: " ";
189202
display: block;

content/en/blog/releases/2025.X/2025.1.md

Lines changed: 2 additions & 2 deletions

content/en/docs/2025.1/Guides/cortex-gateway/_index.md

Lines changed: 1 addition & 1 deletion
Lines changed: 6 additions & 0 deletions

content/en/docs/2025.1/Guides/upgrade-cortex/2024.1-to-2024.3/multiple-server-with-ha/try-it-out.md renamed to content/en/docs/2025.1/Guides/upgrade-guides/upgrade-cortex/2024.1-to-2024.3/multiple-server-with-ha/try-it-out.md

Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)