Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chanan committed Mar 12, 2020
1 parent c4898e4 commit 7114e53
Show file tree
Hide file tree
Showing 98 changed files with 930 additions and 951 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,7 @@ __pycache__/
# Include dlls in the docs folder
!/docs/*
!/docs/_framework/*
!/docs/_framework/_bin/*
!/docs/_framework/_bin/*

# Remove dist
/dist
1 change: 1 addition & 0 deletions docs/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* binary
136 changes: 68 additions & 68 deletions docs/_content/BlazorPrettyCode/GithubPlus.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
{
"Name": "Github Plus",
"Settings": [
{
"Settings": {
"background-color": "ffffff",
"color": "#24292e",
"font-family": "'Fira Code'"
}
},
{
"Name": "Text",
"Settings": { "color": "#24292e" }
},
{
"Name": "Tag symbols",
"Settings": { "color": "#24292e" }
},
{
"Name": "Tag name",
"Settings": { "color": "#22863a" }
},
{
"Name": "Attribute name",
"Settings": {
"color": "#6f42c1"
}
},
{
"Name": "Attribute value",
"Settings": { "color": "#24292e" }
},
{
"Name": "String",
"Settings": { "color": "#22863a" }
},
{
"Name": "Razor Keyword",
"Settings": {
"color": "#d73a49"
}
},
{
"Name": "Row Highlight",
"Settings": {
"background-color": "#fffbdd"
}
},
{
"Name": "Font",
"Settings": {
"font-family": "Fira Code",
"font-weight": "400"
}
},
{
"Name": "CSS Propery",
"Settings": {
"color": "#005cc5"
}
},
{
"Name": "CSS Class",
"Settings": {
"color": "#6f42c1"
}
}
]
{
"Name": "Github Plus",
"Settings": [
{
"Settings": {
"background-color": "ffffff",
"color": "#24292e",
"font-family": "'Fira Code'"
}
},
{
"Name": "Text",
"Settings": { "color": "#24292e" }
},
{
"Name": "Tag symbols",
"Settings": { "color": "#24292e" }
},
{
"Name": "Tag name",
"Settings": { "color": "#22863a" }
},
{
"Name": "Attribute name",
"Settings": {
"color": "#6f42c1"
}
},
{
"Name": "Attribute value",
"Settings": { "color": "#24292e" }
},
{
"Name": "String",
"Settings": { "color": "#22863a" }
},
{
"Name": "Razor Keyword",
"Settings": {
"color": "#d73a49"
}
},
{
"Name": "Row Highlight",
"Settings": {
"background-color": "#fffbdd"
}
},
{
"Name": "Font",
"Settings": {
"font-family": "Fira Code",
"font-weight": "400"
}
},
{
"Name": "CSS Propery",
"Settings": {
"color": "#005cc5"
}
},
{
"Name": "CSS Class",
"Settings": {
"color": "#6f42c1"
}
}
]
}
138 changes: 69 additions & 69 deletions docs/_content/BlazorPrettyCode/Material.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
{
"Name": "Material - Default",
"Settings": [
{
"Settings": {
"background-color": "#263238",
"color": "#EEFFFF",
"font-family": "'Fira Code'"
}
},
{
"Name": "Text",
"Settings": { "color": "#EEFFFF" }
},
{
"Name": "Tag symbols",
"Settings": { "color": "#89DDFF" }
},
{
"Name": "Tag name",
"Settings": { "color": "#FF5370" }
},
{
"Name": "Attribute name",
"Settings": {
"color": "#C792EA",
"font-style": "italic"
}
},
{
"Name": "Attribute value",
"Settings": { "color": "#C3E88D" }
},
{
"Name": "String",
"Settings": { "color": "#C3E88D" }
},
{
"Name": "Razor Keyword",
"Settings": {
"color": "#89DDFF"
}
},
{
"Name": "Row Highlight",
"Settings": {
"background-color": "#000000"
}
},
{
"Name": "Font",
"Settings": {
"font-family": "Fira Code",
"font-weight": "400"
}
},
{
"Name": "CSS Propery",
"Settings": {
"color": "#EEFFFF"
}
},
{
"Name": "CSS Class",
"Settings": {
"color": "#F78C6C"
}
}
]
{
"Name": "Material - Default",
"Settings": [
{
"Settings": {
"background-color": "#263238",
"color": "#EEFFFF",
"font-family": "'Fira Code'"
}
},
{
"Name": "Text",
"Settings": { "color": "#EEFFFF" }
},
{
"Name": "Tag symbols",
"Settings": { "color": "#89DDFF" }
},
{
"Name": "Tag name",
"Settings": { "color": "#FF5370" }
},
{
"Name": "Attribute name",
"Settings": {
"color": "#C792EA",
"font-style": "italic"
}
},
{
"Name": "Attribute value",
"Settings": { "color": "#C3E88D" }
},
{
"Name": "String",
"Settings": { "color": "#C3E88D" }
},
{
"Name": "Razor Keyword",
"Settings": {
"color": "#89DDFF"
}
},
{
"Name": "Row Highlight",
"Settings": {
"background-color": "#000000"
}
},
{
"Name": "Font",
"Settings": {
"font-family": "Fira Code",
"font-weight": "400"
}
},
{
"Name": "CSS Propery",
"Settings": {
"color": "#EEFFFF"
}
},
{
"Name": "CSS Class",
"Settings": {
"color": "#F78C6C"
}
}
]
}
Loading

0 comments on commit 7114e53

Please sign in to comment.