diff --git a/index.html b/index.html index 12fda63..14bca70 100644 --- a/index.html +++ b/index.html @@ -1,1265 +1,959 @@ + - - + + + + + + + + + + + + + + + + + + + + + + + + Welcome! - up + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + - - - - - - Welcome! - up - - - - - - - - - - + + - - - - + + + + + + + + + + + + + +
- Skip to content -
-
- -
- + +
+
+ + + + + +
-
-
-
- +
+
-
-
+ + + +
+
+ + + + + + + + +
+ +
+ + + - -
-
-

- Welcome! -

-

- For full documentation visit - zensical.org. -

-

- Commands -

-
    -
  • zensical new - Create a new project
  • -
  • zensical serve - Start local web server
  • -
  • zensical build - Build your site
  • -
-

- [[markdown]] -

-

- Examples -

-

- Admonitions -

-
-

- Go to - documentation -

-
-
-

Note

-
-
-
This is a **note** admonition. Use it to provide helpful information.
-
-
-
-

Warning

-
-
-
This is a **warning** admonition. Be careful!
-
-
-

- Details -

-
-

- Go to - documentation -

-
-
- Click to expand for more info -
-
-
This content is hidden until you click to expand it.
+

Welcome!

+

For full docs visit zensical.org.

+

Commands

+
    +
  • zensical new - Create a new project
  • +
  • zensical serve - Start local web server
  • +
  • zensical build - Build your site
  • +
+

[[markdown]]

+

Examples

+

Admonitions

+
+

Go to documentation

+
+
+

Note

+
+
This is a **note** admonition. Use it to provide helpful information.
+
+
+

Warning

+
+
This is a **warning** admonition. Be careful!
+
+

Details

+
+

Go to documentation

+
+
+Click to expand for more info +
+
This content is hidden until you click to expand it.
 Great for FAQs or long explanations.
-
-
-

- Code Blocks -

-
-

- Go to - documentation -

-
-
-
def greet(name):
+
+

Code Blocks

+
+

Go to documentation

+
+
def greet(name):
     print(f"Hello, {name}!") # (1)!
 
 greet("Python")
-
-
-
    -
  1. - Go to - documentation -
  2. -
-

Code annotations allow to attach notes to lines of code.

-

- Code can also be highlighted inline: - print("Hello, Python!"). -

-

- Content tabs -

-
-

- Go to - documentation -

-
-
- -
- -
-
-
-
-
-
-
``` python
+
+
    +
  1. Go to documentation
  2. +
+

Code annotations allow to attach notes to lines of code.

+

Code can also be highlighted inline: print("Hello, Python!").

+

Content tabs

+
+

Go to documentation

+
+
+
+
+
+
+
``` python
 print("Hello from Python!")
 ```
-
-
-
- -
- -
-
-
-
-
-
-
``` rs
+
+
+
+
+
+
+
``` rs
 println!("Hello from Rust!");
 ```
-
-
-

- Diagrams -

-
-

- Go to - documentation -

-
-
graph LR
+
+

Diagrams

+
+

Go to documentation

+
+
graph LR
   A[Start] --> B{Error?};
   B -->|Yes| C[Hmm...];
   C --> D[Debug];
   D --> B;
   B ---->|No| E[Yay!];
-

- Footnotes -

-
-

- Go to - documentation -

-
-

- Here's a sentence with a footnote.1 -

-

Hover it, to see a tooltip.

-

- Formatting -

-
-

- Go to - documentation -

-
-
    -
  • This was marked (highlight)
  • -
  • This was inserted (underline)
  • -
  • This was deleted (strikethrough)
  • -
  • H~2~O
  • -
  • ATA
  • -
  • - Ctrl+Alt+Del -
  • -
-

- Icons, Emojis -

-
-

- Go to - documentation -

-
-
    -
  • - ✨ - :sparkles: -
  • -
  • - 🚀 - :rocket: -
  • -
  • - 🎉 - :tada: -
  • -
  • - 📝 - :memo: -
  • -
  • - 👀 - :eyes: -
  • -
-

- Maths -

-
-

- Go to - documentation -

-
-
- \[ \cos x=\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k} \] -
-

- !!! warning "Needs configuration"\ Note that MathJax is included - via a script tag on this page and is not\ - configured in the generated default configuration to avoid - including it\ in a pages that do not need it. See the - documentation for details on how\ to configure it on all your - pages if they are more Maths-heavy than these\ simple starter - pages. -

-

- Task Lists -

-
-

- Go to - documentation -

-
-
    -
  • - - Install Zensical -
  • -
  • - - Configure zensical.toml -
  • -
  • - - Write amazing documentation -
  • -
  • - - Deploy anywhere -
  • -
-

- Tooltips -

-
-

- Go to - documentation -

-
-

Hover me

-

- Footnotes -

-
    -
  1. - This is the footnote. -
  2. -
-
-
+

Footnotes

+
+

Go to documentation

+
+

Here's a sentence with a footnote.1

+

Hover it, to see a tooltip.

+

Formatting

+
+

Go to documentation

+
+
    +
  • This was marked (highlight)
  • +
  • This was inserted (underline)
  • +
  • This was deleted (strikethrough)
  • +
  • H~2~O
  • +
  • ATA
  • +
  • Ctrl+Alt+Del
  • +
+

Icons, Emojis

+
+

Go to documentation

+
+
    +
  • ✨ :sparkles:
  • +
  • 🚀 :rocket:
  • +
  • 🎉 :tada:
  • +
  • 📝 :memo:
  • +
  • 👀 :eyes:
  • +
+

Maths

+
+

Go to documentation

+
+
\[ +\cos x=\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k} +\]
+

!!! warning "Needs configuration"\ +Note that MathJax is included via a script tag on this page and is not\ +configured in the generated default configuration to avoid including it\ +in a pages that do not need it. See the documentation for details on how\ +to configure it on all your pages if they are more Maths-heavy than these\ +simple starter pages.

+

Task Lists

+
+

Go to documentation

+
+
    +
  • Install Zensical
  • +
  • Configure zensical.toml
  • +
  • Write amazing documentation
  • +
  • Deploy anywhere
  • +
+

Tooltips

+
+

Go to documentation

+
+

Hover me

+

Footnotes

+
    +
  1. This is the footnote.
  2. +
- - + + + + + + + + + + + + + + + + + +
+ + + + +
- - + + + - - + + + + Made with + + Zensical + + + + + + + +
- - - - + + + + + + + + + + + - + \ No newline at end of file diff --git a/search.json b/search.json index 8ea5e85..f1223de 100644 --- a/search.json +++ b/search.json @@ -1 +1 @@ -{"config":{"separator":"[\\s\\-_,:!=\\[\\]()\\\\\"`/]+|\\.(?!\\d)"},"items":[{"location":"","level":1,"title":"Welcome!","text":"

For full documentation visit zensical.org.

","path":["Welcome!"],"tags":[]},{"location":"#commands","level":2,"title":"Commands","text":"","path":["Welcome!"],"tags":[]},{"location":"#markdown","level":2,"title":"[[markdown]]","text":"","path":["Welcome!"],"tags":[]},{"location":"#examples","level":2,"title":"Examples","text":"","path":["Welcome!"],"tags":[]},{"location":"#admonitions","level":3,"title":"Admonitions","text":"

Go to documentation

Note

This is a **note** admonition. Use it to provide helpful information.\n

Warning

This is a **warning** admonition. Be careful!\n
","path":["Welcome!"],"tags":[]},{"location":"#details","level":3,"title":"Details","text":"

Go to documentation

Click to expand for more info
This content is hidden until you click to expand it.\nGreat for FAQs or long explanations.\n
","path":["Welcome!"],"tags":[]},{"location":"#code-blocks","level":2,"title":"Code Blocks","text":"

Go to documentation

def greet(name):\n    print(f\"Hello, {name}!\") # (1)!\n\ngreet(\"Python\")\n
  1. Go to documentation

Code annotations allow to attach notes to lines of code.

Code can also be highlighted inline: print(\"Hello, Python!\").

","path":["Welcome!"],"tags":[]},{"location":"#content-tabs","level":2,"title":"Content tabs","text":"

Go to documentation

Python
``` python\nprint(\"Hello from Python!\")\n```\n
Rust
``` rs\nprintln!(\"Hello from Rust!\");\n```\n
","path":["Welcome!"],"tags":[]},{"location":"#diagrams","level":2,"title":"Diagrams","text":"

Go to documentation

graph LR\n  A[Start] --> B{Error?};\n  B -->|Yes| C[Hmm...];\n  C --> D[Debug];\n  D --> B;\n  B ---->|No| E[Yay!];
","path":["Welcome!"],"tags":[]},{"location":"#footnotes","level":2,"title":"Footnotes","text":"

Go to documentation

Here's a sentence with a footnote.1

Hover it, to see a tooltip.

","path":["Welcome!"],"tags":[]},{"location":"#formatting","level":2,"title":"Formatting","text":"

Go to documentation

","path":["Welcome!"],"tags":[]},{"location":"#icons-emojis","level":2,"title":"Icons, Emojis","text":"

Go to documentation

","path":["Welcome!"],"tags":[]},{"location":"#maths","level":2,"title":"Maths","text":"

Go to documentation

\\[ \\cos x=\\sum_{k=0}^{\\infty}\\frac{(-1)^k}{(2k)!}x^{2k} \\]

!!! warning \"Needs configuration\"\\ Note that MathJax is included via a script tag on this page and is not\\ configured in the generated default configuration to avoid including it\\ in a pages that do not need it. See the documentation for details on how\\ to configure it on all your pages if they are more Maths-heavy than these\\ simple starter pages.

","path":["Welcome!"],"tags":[]},{"location":"#task-lists","level":2,"title":"Task Lists","text":"

Go to documentation

","path":["Welcome!"],"tags":[]},{"location":"#tooltips","level":2,"title":"Tooltips","text":"

Go to documentation

Hover me

","path":["Welcome!"],"tags":[]},{"location":"#footnotes_1","level":2,"title":"Footnotes","text":"
  1. This is the footnote. ↩
","path":["Welcome!"],"tags":[]},{"location":"markdown/","level":1,"title":"Markdown in 5min","text":"","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#headers","level":2,"title":"Headers","text":"
# H1 Header\n## H2 Header\n### H3 Header\n#### H4 Header\n##### H5 Header\n###### H6 Header\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#text-formatting","level":2,"title":"Text formatting","text":"
**bold text**\n*italic text*\n***bold and italic***\n~~strikethrough~~\n`inline code`\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#links-and-images","level":2,"title":"Links and images","text":"
[Link text](https://example.com)\n[Link with title](https://example.com \"Hover title\")\n![Alt text](image.jpg)\n![Image with title](image.jpg \"Image title\")\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#lists","level":2,"title":"Lists","text":"
Unordered:\n\n- Item 1\n- Item 2\n  - Nested item\n\nOrdered:\n\n1. First item\n2. Second item\n3. Third item\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#blockquotes","level":2,"title":"Blockquotes","text":"
> This is a blockquote\n> Multiple lines\n>> Nested quote\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#code-blocks","level":2,"title":"Code blocks","text":"
```javascript\nfunction hello() {\n  console.log(\"Hello, world!\");\n}\n```\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#tables","level":2,"title":"Tables","text":"
| Header 1 | Header 2 | Header 3 |\n|----------|----------|----------|\n| Row 1    | Data     | Data     |\n| Row 2    | Data     | Data     |\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#horizontal-rule","level":2,"title":"Horizontal rule","text":"
---\nor\n***\nor\n___\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#task-lists","level":2,"title":"Task lists","text":"
- [x] Completed task\n- [ ] Incomplete task\n- [ ] Another task\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#escaping-characters","level":2,"title":"Escaping characters","text":"
Use backslash to escape: \\* \\_ \\# \\`\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#line-breaks","level":2,"title":"Line breaks","text":"
End a line with two spaces  \nto create a line break.\n\nOr use a blank line for a new paragraph.\n
","path":["Markdown in 5min"],"tags":[]}]} \ No newline at end of file +{"config":{"separator":"[\\s\\-_,:!=\\[\\]()\\\\\"`/]+|\\.(?!\\d)"},"items":[{"location":"","level":1,"title":"Welcome!","text":"

For full docs visit zensical.org.

","path":["Welcome!"],"tags":[]},{"location":"#commands","level":2,"title":"Commands","text":"","path":["Welcome!"],"tags":[]},{"location":"#markdown","level":2,"title":"[[markdown]]","text":"","path":["Welcome!"],"tags":[]},{"location":"#examples","level":2,"title":"Examples","text":"","path":["Welcome!"],"tags":[]},{"location":"#admonitions","level":3,"title":"Admonitions","text":"

Go to documentation

Note

This is a **note** admonition. Use it to provide helpful information.\n

Warning

This is a **warning** admonition. Be careful!\n
","path":["Welcome!"],"tags":[]},{"location":"#details","level":3,"title":"Details","text":"

Go to documentation

Click to expand for more info
This content is hidden until you click to expand it.\nGreat for FAQs or long explanations.\n
","path":["Welcome!"],"tags":[]},{"location":"#code-blocks","level":2,"title":"Code Blocks","text":"

Go to documentation

def greet(name):\n    print(f\"Hello, {name}!\") # (1)!\n\ngreet(\"Python\")\n
  1. Go to documentation

Code annotations allow to attach notes to lines of code.

Code can also be highlighted inline: print(\"Hello, Python!\").

","path":["Welcome!"],"tags":[]},{"location":"#content-tabs","level":2,"title":"Content tabs","text":"

Go to documentation

Python
``` python\nprint(\"Hello from Python!\")\n```\n
Rust
``` rs\nprintln!(\"Hello from Rust!\");\n```\n
","path":["Welcome!"],"tags":[]},{"location":"#diagrams","level":2,"title":"Diagrams","text":"

Go to documentation

graph LR\n  A[Start] --> B{Error?};\n  B -->|Yes| C[Hmm...];\n  C --> D[Debug];\n  D --> B;\n  B ---->|No| E[Yay!];
","path":["Welcome!"],"tags":[]},{"location":"#footnotes","level":2,"title":"Footnotes","text":"

Go to documentation

Here's a sentence with a footnote.1

Hover it, to see a tooltip.

","path":["Welcome!"],"tags":[]},{"location":"#formatting","level":2,"title":"Formatting","text":"

Go to documentation

","path":["Welcome!"],"tags":[]},{"location":"#icons-emojis","level":2,"title":"Icons, Emojis","text":"

Go to documentation

","path":["Welcome!"],"tags":[]},{"location":"#maths","level":2,"title":"Maths","text":"

Go to documentation

\\[ \\cos x=\\sum_{k=0}^{\\infty}\\frac{(-1)^k}{(2k)!}x^{2k} \\]

!!! warning \"Needs configuration\"\\ Note that MathJax is included via a script tag on this page and is not\\ configured in the generated default configuration to avoid including it\\ in a pages that do not need it. See the documentation for details on how\\ to configure it on all your pages if they are more Maths-heavy than these\\ simple starter pages.

","path":["Welcome!"],"tags":[]},{"location":"#task-lists","level":2,"title":"Task Lists","text":"

Go to documentation

","path":["Welcome!"],"tags":[]},{"location":"#tooltips","level":2,"title":"Tooltips","text":"

Go to documentation

Hover me

","path":["Welcome!"],"tags":[]},{"location":"#footnotes_1","level":2,"title":"Footnotes","text":"
  1. This is the footnote. ↩
","path":["Welcome!"],"tags":[]},{"location":"markdown/","level":1,"title":"Markdown in 5min","text":"","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#headers","level":2,"title":"Headers","text":"
# H1 Header\n## H2 Header\n### H3 Header\n#### H4 Header\n##### H5 Header\n###### H6 Header\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#text-formatting","level":2,"title":"Text formatting","text":"
**bold text**\n*italic text*\n***bold and italic***\n~~strikethrough~~\n`inline code`\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#links-and-images","level":2,"title":"Links and images","text":"
[Link text](https://example.com)\n[Link with title](https://example.com \"Hover title\")\n![Alt text](image.jpg)\n![Image with title](image.jpg \"Image title\")\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#lists","level":2,"title":"Lists","text":"
Unordered:\n\n- Item 1\n- Item 2\n  - Nested item\n\nOrdered:\n\n1. First item\n2. Second item\n3. Third item\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#blockquotes","level":2,"title":"Blockquotes","text":"
> This is a blockquote\n> Multiple lines\n>> Nested quote\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#code-blocks","level":2,"title":"Code blocks","text":"
```javascript\nfunction hello() {\n  console.log(\"Hello, world!\");\n}\n```\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#tables","level":2,"title":"Tables","text":"
| Header 1 | Header 2 | Header 3 |\n|----------|----------|----------|\n| Row 1    | Data     | Data     |\n| Row 2    | Data     | Data     |\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#horizontal-rule","level":2,"title":"Horizontal rule","text":"
---\nor\n***\nor\n___\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#task-lists","level":2,"title":"Task lists","text":"
- [x] Completed task\n- [ ] Incomplete task\n- [ ] Another task\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#escaping-characters","level":2,"title":"Escaping characters","text":"
Use backslash to escape: \\* \\_ \\# \\`\n
","path":["Markdown in 5min"],"tags":[]},{"location":"markdown/#line-breaks","level":2,"title":"Line breaks","text":"
End a line with two spaces  \nto create a line break.\n\nOr use a blank line for a new paragraph.\n
","path":["Markdown in 5min"],"tags":[]}]} \ No newline at end of file