Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
vczh committed Jul 21, 2024
1 parent 4340ad1 commit 84e55d7
Show file tree
Hide file tree
Showing 8 changed files with 2,861 additions and 35 deletions.
2 changes: 1 addition & 1 deletion doc/current/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
]
},
{
"icon": " ",
"icon": "+",
"name": "Domain Specific Languages",
"selected": false,
"path": [
Expand Down
2 changes: 1 addition & 1 deletion doc/current/home/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
]
},
{
"icon": " ",
"icon": "+",
"name": "Domain Specific Languages",
"selected": false,
"path": [
Expand Down
124 changes: 93 additions & 31 deletions doc/current/home/dsl.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,41 @@
]
},
{
"icon": " ",
"icon": "-",
"name": "Domain Specific Languages",
"selected": true,
"path": [
"home",
"dsl"
],
"subNodes": [
{
"icon": " ",
"name": "Regular Expression",
"selected": false,
"path": [
"home",
"dsl_regex"
]
},
{
"icon": " ",
"name": "Reflectable Type Registrations",
"selected": false,
"path": [
"home",
"dsl_reflection"
]
},
{
"icon": " ",
"name": "Unit Test Framework (Vlpp)",
"selected": false,
"path": [
"home",
"dsl_unittest"
]
}
]
},
{
Expand Down Expand Up @@ -98,16 +127,7 @@
"content": [
{
"kind": "Text",
"text": "\n Domain specific languages are widely used in this library.\n Here is a complete list of them.\n "
}
]
},
{
"kind": "Paragraph",
"content": [
{
"kind": "Text",
"text": "\n This page is under construction,\n detailed explanation will be completed later.\n The syntax of DSL are written in comments of classes listed here:\n "
"text": "\n Domain specific languages are widely used in this library.\n Here is a complete list of them.\n For any topic without documentation,\n the syntax is commented in the class listed below:\n "
}
]
},
Expand All @@ -125,8 +145,14 @@
"kind": "Strong",
"content": [
{
"kind": "Text",
"text": "Collection Operations"
"kind": "PageLink",
"href": "/vlpp/home.html#Containers-and-collections-operations",
"content": [
{
"kind": "Text",
"text": "Collection Operations"
}
]
}
]
},
Expand All @@ -152,21 +178,27 @@
"kind": "Strong",
"content": [
{
"kind": "Text",
"text": "Unit Test Framework"
"kind": "PageLink",
"href": "./dsl_regex.html",
"content": [
{
"kind": "Text",
"text": "Regular Expression"
}
]
}
]
},
{
"kind": "Text",
"text": ": vl::unittest::UnitTest "
"text": ": vl::regex::Regex_<T> "
},
{
"kind": "Strong",
"content": [
{
"kind": "Text",
"text": "(Vlpp)"
"text": "(VlppRegex)"
}
]
}
Expand All @@ -179,21 +211,27 @@
"kind": "Strong",
"content": [
{
"kind": "Text",
"text": "Regular Expression"
"kind": "PageLink",
"href": "./dsl_reflection.html",
"content": [
{
"kind": "Text",
"text": "Reflectable Type Registrations"
}
]
}
]
},
{
"kind": "Text",
"text": ": vl::regex::Regex_<T> "
"text": ": vl::reflection::Description<T> "
},
{
"kind": "Strong",
"content": [
{
"kind": "Text",
"text": "(VlppRegex)"
"text": "(VlppReflection)"
}
]
}
Expand All @@ -207,20 +245,20 @@
"content": [
{
"kind": "Text",
"text": "eflectable Type Registrations"
"text": "Parser Grammar File Format (deprecated)"
}
]
},
{
"kind": "Text",
"text": ": vl::reflection::Description<T> "
"text": ": vl::parsing::tabling::ParsingTable "
},
{
"kind": "Strong",
"content": [
{
"kind": "Text",
"text": "(VlppReflection)"
"text": "(VlppParser)"
}
]
}
Expand All @@ -234,20 +272,20 @@
"content": [
{
"kind": "Text",
"text": "Parser Grammar File Format (deprecated)"
"text": "Parser Grammar File Format"
}
]
},
{
"kind": "Text",
"text": ": vl::parsing::tabling::ParsingTable "
"text": ": (under construction) "
},
{
"kind": "Strong",
"content": [
{
"kind": "Text",
"text": "(VlppParser)"
"text": "(VlppParser2)"
}
]
}
Expand All @@ -260,23 +298,47 @@
"kind": "Strong",
"content": [
{
"kind": "Text",
"text": "Parser Grammar File Format"
"kind": "PageLink",
"href": "./dsl_unittest.html",
"content": [
{
"kind": "Text",
"text": "Unit Test Framework (Vlpp)"
}
]
}
]
},
{
"kind": "Text",
"text": ": (under construction) "
"text": ": vl::unittest::UnitTest "
},
{
"kind": "Strong",
"content": [
{
"kind": "Text",
"text": "(VlppParser2)"
"text": "(Vlpp)"
}
]
}
]
},
{
"kind": "ContentListItem",
"content": [
{
"kind": "Strong",
"content": [
{
"kind": "Text",
"text": "Unit Test Framework (GacUI)"
}
]
},
{
"kind": "Text",
"text": ": (under development)"
}
]
}
Expand Down
Loading

0 comments on commit 84e55d7

Please sign in to comment.