File tree 3 files changed +32
-0
lines changed 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ trim_trailing_whitespace = false
33
33
indent_size = 2
34
34
indent_style = space
35
35
36
+ [* .yml ]
37
+ indent_size = 2
38
+ indent_style = space
39
+
36
40
[* .go ]
37
41
indent_style = tab
38
42
Original file line number Diff line number Diff line change 1
1
theme : jekyll-theme-cayman
2
+ defaults :
3
+ - scope :
4
+ path : " "
5
+ type : docs
6
+ values :
7
+ sidebar :
8
+ nav : " main-nav"
Original file line number Diff line number Diff line change
1
+ main-nav :
2
+ - title : Home
3
+ url : /
4
+
5
+ - title : Documentation
6
+ url : /docs
7
+ children :
8
+ - title : Project Structure
9
+ url : /project-structure
10
+ - title : Bulding and Deployment
11
+ url : /deployment
12
+ - title : Features
13
+ children :
14
+ - title : SLO Script
15
+ url : /features/slo-script
16
+ - title : Generic Elasticity Strategies
17
+ url : /features/generic-elasticity-strategies
18
+ - title : Generic SLOs
19
+ url : /features/generic-slos
20
+ - title : Predictions
21
+ url : /features/predictions
You can’t perform that action at this time.
0 commit comments