Skip to content

Commit cc2b1e0

Browse files
docs(common): initial commit
0 parents  commit cc2b1e0

File tree

131 files changed

+12979
-0
lines changed

Some content is hidden

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

131 files changed

+12979
-0
lines changed

.gitignore

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
.dockerignore
3+
.DS_Store
4+
.editorconfig
5+
.jekyll-metadata
6+
.ruby-version
7+
/_assets/
8+
/_build/
9+
/_buildApi/
10+
/_common/root/
11+
/_data/
12+
/_includes/
13+
/_layouts/
14+
/_plugins/
15+
/_templates/
16+
/docs-watcher/
17+
/favicon.ico
18+
/fonts/
19+
/styles/
20+
_site
21+
api/
22+
api/aspnet-mvc
23+
bs-config.js
24+
build-docs.sh
25+
copy_content.sh
26+
copy_local.sh
27+
Dockerfile
28+
Gemfile
29+
Gemfile.lock
30+
install-npm.sh
31+
knowledge-base.html
32+
modify-config.sh
33+
robots.txt
34+
search.html
35+
start-docs.sh
36+
watch.sh

0 commit comments

Comments
 (0)