Skip to content

Commit 36412b8

Browse files
authored
docs: Update GitHub pages with more documentation (#35)
1 parent 5bd5215 commit 36412b8

13 files changed

+1819
-1516
lines changed

.github/workflows/ci-master-update-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Generate docs from files
2121
run: |
2222
cd docs
23-
./generate.sh > index.md
23+
./generate.sh > usage.md
2424
2525
- name: Commit updated docs
2626
run: |

docs/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
theme: jekyll-theme-leap-day
1+
theme: jekyll-theme-cayman
2+
title: Terraform Provider for Sysdig

docs/assets/css/style.scss

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
.page-header {
7+
background-color: white !important;
8+
background-image: none;
9+
box-shadow: 0 1px 8px 0 rgba(0,0,0,.05);
10+
}
11+
12+
body, .main-content, .page-header {
13+
color: #55565b;
14+
}
15+
16+
@media screen and (min-width: 64em) {
17+
.page-header {
18+
padding: 2rem 2rem;
19+
}
20+
}
21+
22+
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
23+
color: #101820;
24+
}
25+
26+
a {
27+
color: #ff9e1b
28+
}
29+
.project-tagline {
30+
margin-bottom: auto;
31+
}
32+
33+
.highlight .c, .highlight .cd {
34+
color: #6666EE;
35+
}
36+
37+
@media screen and (min-width: 64em) {
38+
.main-content {
39+
padding: 2rem 4rem;
40+
}
41+
}
18.4 KB
Loading
43 KB
Loading
58.3 KB
Loading
111 KB
Loading
23.5 KB
Loading
16.6 KB
Loading
17.8 KB
Loading

0 commit comments

Comments
 (0)