Skip to content

Commit 6651bc9

Browse files
committed
Update online help UI
1 parent 472c89b commit 6651bc9

Some content is hidden

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

65 files changed

+547
-15196
lines changed

.editorconfig

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# what's this?
2-
# - http://editorconfig.org
31

4-
[*.js]
2+
# EditorConfig is awesome: http://EditorConfig.org
3+
4+
root = true
5+
6+
[*]
57
end_of_line = lf
8+
insert_final_newline = true
9+
10+
[*.js]
11+
charset = utf-8
12+
indent_style = space
13+
indent_size = 4
14+
15+
[*.yml]
616
indent_style = space
7-
indent_size = 4
17+
indent_size = 2

.gitignore

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
1+
2+
.bundle
3+
.dockerignore
14
.DS_Store
2-
Gemfile.lock
5+
.editorconfig
6+
.jekyll-metadata
7+
.ruby-version
8+
/.asset-cache/
9+
/_assets/
10+
/_common/root/
11+
/_data/
12+
/_includes/
13+
/_layouts/
14+
/_plugins/
15+
/_templates/
16+
/docs-watcher/
17+
/favicon.ico
18+
/fonts/
19+
/styles/
320
_site
4-
_tempconfig.yml
21+
bs-config.js
22+
build-docs.sh
23+
copy_content.sh
24+
copy_local.sh
25+
Dockerfile
26+
Gemfile
27+
Gemfile.lock
28+
install-npm.sh
29+
knowledge-base.html
30+
robots.txt
31+
search.html
32+
start-docs.sh
33+
watch.sh
34+
watch.sh/_assets/

0 commit comments

Comments
 (0)