Skip to content

Commit 7114e53

Browse files
committed
Doc updates
1 parent c4898e4 commit 7114e53

98 files changed

Lines changed: 930 additions & 951 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,7 @@ __pycache__/
263263
# Include dlls in the docs folder
264264
!/docs/*
265265
!/docs/_framework/*
266-
!/docs/_framework/_bin/*
266+
!/docs/_framework/_bin/*
267+
268+
# Remove dist
269+
/dist

docs/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* binary
Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
1-
{
2-
"Name": "Github Plus",
3-
"Settings": [
4-
{
5-
"Settings": {
6-
"background-color": "ffffff",
7-
"color": "#24292e",
8-
"font-family": "'Fira Code'"
9-
}
10-
},
11-
{
12-
"Name": "Text",
13-
"Settings": { "color": "#24292e" }
14-
},
15-
{
16-
"Name": "Tag symbols",
17-
"Settings": { "color": "#24292e" }
18-
},
19-
{
20-
"Name": "Tag name",
21-
"Settings": { "color": "#22863a" }
22-
},
23-
{
24-
"Name": "Attribute name",
25-
"Settings": {
26-
"color": "#6f42c1"
27-
}
28-
},
29-
{
30-
"Name": "Attribute value",
31-
"Settings": { "color": "#24292e" }
32-
},
33-
{
34-
"Name": "String",
35-
"Settings": { "color": "#22863a" }
36-
},
37-
{
38-
"Name": "Razor Keyword",
39-
"Settings": {
40-
"color": "#d73a49"
41-
}
42-
},
43-
{
44-
"Name": "Row Highlight",
45-
"Settings": {
46-
"background-color": "#fffbdd"
47-
}
48-
},
49-
{
50-
"Name": "Font",
51-
"Settings": {
52-
"font-family": "Fira Code",
53-
"font-weight": "400"
54-
}
55-
},
56-
{
57-
"Name": "CSS Propery",
58-
"Settings": {
59-
"color": "#005cc5"
60-
}
61-
},
62-
{
63-
"Name": "CSS Class",
64-
"Settings": {
65-
"color": "#6f42c1"
66-
}
67-
}
68-
]
1+
{
2+
"Name": "Github Plus",
3+
"Settings": [
4+
{
5+
"Settings": {
6+
"background-color": "ffffff",
7+
"color": "#24292e",
8+
"font-family": "'Fira Code'"
9+
}
10+
},
11+
{
12+
"Name": "Text",
13+
"Settings": { "color": "#24292e" }
14+
},
15+
{
16+
"Name": "Tag symbols",
17+
"Settings": { "color": "#24292e" }
18+
},
19+
{
20+
"Name": "Tag name",
21+
"Settings": { "color": "#22863a" }
22+
},
23+
{
24+
"Name": "Attribute name",
25+
"Settings": {
26+
"color": "#6f42c1"
27+
}
28+
},
29+
{
30+
"Name": "Attribute value",
31+
"Settings": { "color": "#24292e" }
32+
},
33+
{
34+
"Name": "String",
35+
"Settings": { "color": "#22863a" }
36+
},
37+
{
38+
"Name": "Razor Keyword",
39+
"Settings": {
40+
"color": "#d73a49"
41+
}
42+
},
43+
{
44+
"Name": "Row Highlight",
45+
"Settings": {
46+
"background-color": "#fffbdd"
47+
}
48+
},
49+
{
50+
"Name": "Font",
51+
"Settings": {
52+
"font-family": "Fira Code",
53+
"font-weight": "400"
54+
}
55+
},
56+
{
57+
"Name": "CSS Propery",
58+
"Settings": {
59+
"color": "#005cc5"
60+
}
61+
},
62+
{
63+
"Name": "CSS Class",
64+
"Settings": {
65+
"color": "#6f42c1"
66+
}
67+
}
68+
]
6969
}
Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
1-
{
2-
"Name": "Material - Default",
3-
"Settings": [
4-
{
5-
"Settings": {
6-
"background-color": "#263238",
7-
"color": "#EEFFFF",
8-
"font-family": "'Fira Code'"
9-
}
10-
},
11-
{
12-
"Name": "Text",
13-
"Settings": { "color": "#EEFFFF" }
14-
},
15-
{
16-
"Name": "Tag symbols",
17-
"Settings": { "color": "#89DDFF" }
18-
},
19-
{
20-
"Name": "Tag name",
21-
"Settings": { "color": "#FF5370" }
22-
},
23-
{
24-
"Name": "Attribute name",
25-
"Settings": {
26-
"color": "#C792EA",
27-
"font-style": "italic"
28-
}
29-
},
30-
{
31-
"Name": "Attribute value",
32-
"Settings": { "color": "#C3E88D" }
33-
},
34-
{
35-
"Name": "String",
36-
"Settings": { "color": "#C3E88D" }
37-
},
38-
{
39-
"Name": "Razor Keyword",
40-
"Settings": {
41-
"color": "#89DDFF"
42-
}
43-
},
44-
{
45-
"Name": "Row Highlight",
46-
"Settings": {
47-
"background-color": "#000000"
48-
}
49-
},
50-
{
51-
"Name": "Font",
52-
"Settings": {
53-
"font-family": "Fira Code",
54-
"font-weight": "400"
55-
}
56-
},
57-
{
58-
"Name": "CSS Propery",
59-
"Settings": {
60-
"color": "#EEFFFF"
61-
}
62-
},
63-
{
64-
"Name": "CSS Class",
65-
"Settings": {
66-
"color": "#F78C6C"
67-
}
68-
}
69-
]
1+
{
2+
"Name": "Material - Default",
3+
"Settings": [
4+
{
5+
"Settings": {
6+
"background-color": "#263238",
7+
"color": "#EEFFFF",
8+
"font-family": "'Fira Code'"
9+
}
10+
},
11+
{
12+
"Name": "Text",
13+
"Settings": { "color": "#EEFFFF" }
14+
},
15+
{
16+
"Name": "Tag symbols",
17+
"Settings": { "color": "#89DDFF" }
18+
},
19+
{
20+
"Name": "Tag name",
21+
"Settings": { "color": "#FF5370" }
22+
},
23+
{
24+
"Name": "Attribute name",
25+
"Settings": {
26+
"color": "#C792EA",
27+
"font-style": "italic"
28+
}
29+
},
30+
{
31+
"Name": "Attribute value",
32+
"Settings": { "color": "#C3E88D" }
33+
},
34+
{
35+
"Name": "String",
36+
"Settings": { "color": "#C3E88D" }
37+
},
38+
{
39+
"Name": "Razor Keyword",
40+
"Settings": {
41+
"color": "#89DDFF"
42+
}
43+
},
44+
{
45+
"Name": "Row Highlight",
46+
"Settings": {
47+
"background-color": "#000000"
48+
}
49+
},
50+
{
51+
"Name": "Font",
52+
"Settings": {
53+
"font-family": "Fira Code",
54+
"font-weight": "400"
55+
}
56+
},
57+
{
58+
"Name": "CSS Propery",
59+
"Settings": {
60+
"color": "#EEFFFF"
61+
}
62+
},
63+
{
64+
"Name": "CSS Class",
65+
"Settings": {
66+
"color": "#F78C6C"
67+
}
68+
}
69+
]
7070
}

0 commit comments

Comments
 (0)