Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c34d730
Add create item tutorial
anonymous123-code Sep 2, 2023
08a80f7
(Fix) Numbers in codeblocks are formatted wrong
anonymous123-code Sep 3, 2023
4ff5e1e
(feat) Add ordering
anonymous123-code Sep 3, 2023
c46c3f3
Add MVP structure and simple-block and food prototype
anonymous123-code Sep 3, 2023
cdbbacd
Remove ordering that was done for testing purposes
anonymous123-code Sep 3, 2023
e1fefc8
Order categories
anonymous123-code Sep 3, 2023
4870aba
(feat) Add automatic heading links and ids
anonymous123-code Sep 3, 2023
8977384
Fix broken link, more accurate link to Create Item tutorial using the…
anonymous123-code Sep 3, 2023
7780a64
Add a Table of contents
anonymous123-code Sep 3, 2023
c63f653
Address review
anonymous123-code Sep 4, 2023
24dc06c
Fix some formatting, add forgotten review stuff
anonymous123-code Sep 4, 2023
2ed4d04
Throwing Linters at a bunch of stuff, formatting improvements
anonymous123-code Sep 4, 2023
d8d907f
Address feedback
anonymous123-code Sep 4, 2023
15923cb
Make header links better
anonymous123-code Sep 4, 2023
e6118ab
Make main content centered
anonymous123-code Sep 4, 2023
9824752
Address review, consistent capitalization, fix more formating
anonymous123-code Sep 5, 2023
4276f4d
Address review
anonymous123-code Sep 5, 2023
9825e3c
Fix: Simple Block: Forgot semicolon and static
anonymous123-code Sep 6, 2023
78b9541
Attempts to fix issues with vertical space
anonymous123-code Sep 11, 2023
71d6d3c
Finally fix the table of contents
anonymous123-code Sep 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"prettier-plugin-svelte": "^2.10.1",
"prismjs": "^1.29.0",
"quilt-bulma": "^0.0.23",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^6.0.0",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@jsdevtools/rehype-toc": "^3.0.2",
"rehype-rewrite": "^3.0.6",
"svelte": "^3.59.2",
"svelte-check": "^3.4.4",
"tslib": "^2.5.3",
Expand Down
Loading