Commit Graph

17 Commits

Author SHA1 Message Date
Muhammad Hamza 38e2478d9a
Use SVG for logo on website (#3065) 2022-12-30 17:37:10 +05:00
Julius Lungys 5ececa4644
update nested router docs (#2535)
* update nested router docs

* !!!

* fix according to comments

* fix error
2022-03-20 12:12:13 +02:00
Michael Grigoryan bd373d2861
docs: added a screenshot of an example (#2422)
* docs: added a screenshot of an example

* Added the screenshot

* Update index.mdx

* Update website/versioned_docs/version-0.19.0/tutorial/index.mdx

Co-authored-by: Julius Lungys <32368314+voidpumpkin@users.noreply.github.com>

* Rename screenshot

* Delete screenshot.png

* Update index.mdx

Co-authored-by: Julius Lungys <32368314+voidpumpkin@users.noreply.github.com>
2022-02-01 21:02:58 +01:00
Matt 75864e8ae5
Use themed SVG for Agent lifecycle (#2287)
* remove backticks on wasm-bindgen

* make themed svg for agent life cycle

* wording

* Revert "make themed svg for agent life cycle"

This reverts commit 3b3a892bd3.

* Revert "Revert "make themed svg for agent life cycle""

This reverts commit 5ac75821a1.

* wording

* jetbrains tips update
2021-12-21 20:12:15 +05:00
Matt 90b4e55ebc
Docusaurus Overhaul (#2275)
* change suffixes from md to mdx
fix broken links for English locale
tree shake and update docusaurus
add docusaurus ideal image plugin
use svg and themed image
delete unused static asset

* move localized landing page

* change GitLocalize project page

* nit pick

* remove ignore to have the block checked
2021-12-20 12:10:45 +02:00
Matt fd92ab8948
Add missing router docs: Redirect, Nested Router, and Path Segament capturing (#2192)
* nested router structure diagram

* add Redirect, nested router documentation.

* add reminder

* fix the comment, duh

* snippets get tested too unless ignored

* fix inconsistent var name in snippet

* Add redirect to nested router example
normal component -> struct component

* Document about acceptable types for path segment
Document about router behaviour at fail to parse

* add missing ignore to snippet

* typo

* normal -> struct

* reformat codeblock and the markdown
functional comp -> function comp
consistent code snippet style
removed two ignores

* add back ignores

* typo, snippet correction. grammar.

* correction

Co-authored-by: mc1098 <m.cripps1@uni.brighton.ac.uk>
2021-11-26 10:00:13 +02:00
Jonathan Birk 3ebd866d13
Minor fixup of tutorial files (#2131)
* Make the talk titles consistent

* Add replacing the hardcoded list of talks with the one generated from data

* Update website/docs/tutorial.md

Co-authored-by: Simon <simon@siku2.io>

* Update website/docs/tutorial.md

Co-authored-by: Simon <simon@siku2.io>

Co-authored-by: Simon <simon@siku2.io>
2021-11-05 17:49:57 +01:00
Muhammad Hamza 2791fe7f99
Add tutorial (#1968)
* add tutorial

* Apply suggestions from code review

Co-authored-by: Luke Chu <37006668+lukechu10@users.noreply.github.com>

* changes from review

Co-authored-by: Luke Chu <37006668+lukechu10@users.noreply.github.com>
2021-08-08 00:02:02 +02:00
Muhammad Hamza 10b67ea18c
Docusaurus v2 (#1872)
* Docusaurus v2

* i18n

* Fix firebase hosting config
2021-05-26 22:32:07 +02:00
Simon e0508cf225
Fix missing redirects (#1640)
* add a simple 404

* fix redirects for language links

* activate prism to fix highlighting
2020-11-02 19:27:50 +01:00
Simon cbf6a13ac2
Correct documentation redirects (and fix the workflow) (#1621)
* checkout before artifact

* config for fork

* pass pull request number (again)

* worthless change to trigger build

* use comment url path

* let's play around with redirects

* trigger change

* redirects

* update config

* remove firebase.json from pull request

* remove redirects

* use an index page instead of redirects

* intro -> index

* revert unnecessary changes

* correct format
2020-10-15 22:11:30 +02:00
Justin Starry e6406190c7
Setup doc redirects for old routes (#1501) 2020-08-18 10:46:46 +08:00
Justin Starry 96673b8b0e
Fix broken links in docs (#1489) 2020-08-16 13:27:17 +08:00
Justin Starry 1bfa24e1d9
Fix doc redirect and sidebar titles (#1487) 2020-08-16 12:06:33 +08:00
Teymour Aldridge b9863c1f5c
Finish setup of docusaurus (#1423)
* Add links to the sidebar.

* Remove unnecessary `page-ref`s (these links are now in the sidebar).

* Small grammar/style fix.

* Fix code tabs.

* Remove {% page-ref %} uses.

* Fix some line lengths.

* Split out `custom.css` into multiple files.

* Remove duplicate titles.
2020-07-24 16:17:47 +02:00
Justin Starry ac9e7b941d Redirect to english intro 2020-07-09 23:41:52 +08:00
Justin Starry deb6a2b1c0
Add docusaurus and crowdin integration (#1391) 2020-07-09 20:49:07 +08:00