Skip to content

Commit 7237792

Browse files
authored
Feature: Better theme for default template (#173)
* Feature: Better theme for default template @webdoc/default-template now uses system fonts, larger fonts, and more whitespace. This should make it more pleasurable to read. This work also adds support for mermaid-js diagrams. See more details about how it works at: https://mermaid-js.github.io/mermaid/#/ Some other bugs have also been fixed: * {@link } also works with tutorials now. * The webdoc watermark ("Powered by webdoc!") has moved out of the footer and in its own element. The footer can be customized without removing the watermark now. * Fix lint
1 parent e825fc8 commit 7237792

File tree

43 files changed

+1195
-293
lines changed

Some content is hidden

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

43 files changed

+1195
-293
lines changed

.idea/runConfigurations.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@webdoc/cli",
5+
"comment": "Add mermaid support to README generated home pages.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@webdoc/cli",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@webdoc/cli",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@webdoc/cli",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@webdoc/default-template",
5+
"comment": "Add support for the @group tag for grouping different documents in the explorer. For example, if A and B have \"@group Alphabet\" they will appear under an \"Alphabet\" item in the explorer on the left side.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@webdoc/default-template",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@webdoc/default-template",
5+
"comment": "Move \"Powered by webdoc!\" out of the footer and into a watermark element. Add mermaid diagrams support.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@webdoc/default-template",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@webdoc/externalize",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@webdoc/externalize",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@webdoc/externalize",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@webdoc/externalize",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@webdoc/legacy-template",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@webdoc/legacy-template",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@webdoc/legacy-template",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@webdoc/legacy-template",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@webdoc/model",
5+
"comment": "Fix issue with query engine not resolving tutorials in query results.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@webdoc/model",
10+
"email": "[email protected]"
11+
}

0 commit comments

Comments
 (0)