Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: markdoc #4

Merged
merged 31 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
3eb9e72
feat: markdoc
TorstenDittmann Sep 4, 2023
a1f1d44
chore: update lock
TorstenDittmann Sep 4, 2023
d79a424
fix: upgrade preprocessor
TorstenDittmann Sep 4, 2023
332bc95
fix: more stuff
TorstenDittmann Sep 5, 2023
ebdc815
feat: tutorial preparations
TorstenDittmann Sep 5, 2023
db4ae7e
Merge branch 'elad-styles' of https://github.com/appwrite/website int…
TorstenDittmann Sep 5, 2023
5c3133c
fix: classes for paragraphs
TorstenDittmann Sep 5, 2023
9e4663f
feat: add item node
TorstenDittmann Sep 5, 2023
7fb1dd4
Merge branch 'elad-styles' of https://github.com/appwrite/website int…
TorstenDittmann Sep 6, 2023
5390a8b
fix: code snippet scroll
TorstenDittmann Sep 6, 2023
84b30f9
feat: new structure
TorstenDittmann Sep 6, 2023
33c92bd
Merge branch 'elad-styles' of https://github.com/appwrite/website int…
TorstenDittmann Sep 6, 2023
b2cc090
Merge branch 'elad-styles' of https://github.com/appwrite/website int…
TorstenDittmann Sep 6, 2023
844724b
fix: packages
TorstenDittmann Sep 6, 2023
112564b
Merge branch 'elad-styles' of https://github.com/appwrite/website int…
TorstenDittmann Sep 6, 2023
59eb745
Merge branch 'elad-styles' of https://github.com/appwrite/website int…
TorstenDittmann Sep 6, 2023
5581d03
fix: mardoc layouts
TorstenDittmann Sep 6, 2023
300d9d2
fix: intersection observer
TorstenDittmann Sep 6, 2023
95957dc
Article
elad2412 Sep 6, 2023
597313d
fix: code example styles
TorstenDittmann Sep 7, 2023
5e93e86
Merge branch 'elad-styles' of https://github.com/appwrite/website int…
TorstenDittmann Sep 7, 2023
2b7c3d5
feat: add more components
TorstenDittmann Sep 7, 2023
5d3d5f9
feat: draft for references
TorstenDittmann Sep 7, 2023
1608fd2
Merge branch 'elad-styles' of https://github.com/appwrite/website int…
TorstenDittmann Sep 7, 2023
17f7fe2
fix: paragraph context
TorstenDittmann Sep 7, 2023
0991c9a
feat: add some example pages
TorstenDittmann Sep 7, 2023
f0791a0
update pkgs
TGlide Sep 7, 2023
4d2fdb6
Merge branch 'fixes' into feat-markdoc
TGlide Sep 7, 2023
0a26f5a
sidebar
TGlide Sep 7, 2023
2a96a14
is selected
TGlide Sep 7, 2023
690c01d
missing isSelected
TGlide Sep 7, 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
12 changes: 12 additions & 0 deletions markdoc.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"id": "appwrite",
"path": "src/",
"schema": {
"path": ".svelte-kit/markdoc_schema.js",
"type": "esm",
"property": "default",
"watch": true
}
}
]
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@melt-ui/pp": "^0.1.2",
"@melt-ui/svelte": "^0.47.4",
"@melt-ui/svelte": "^0.47.5",
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
Expand All @@ -28,21 +28,24 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"oslllo-svg-fixer": "^2.2.0",
"prettier": "^2.8.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.65.1",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"sass": "^1.66.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-markdoc-preprocess": "^0.3.1",
"svelte-sequential-preprocessor": "^2.0.1",
"svgtofont": "^3.22.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vitest": "^0.32.2"
"svgtofont": "^3.25.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.32.4"
},
"type": "module",
"dependencies": {
"@readme/openapi-parser": "^2.5.0",
"@appwrite.io/pink": "0.0.7-sl10.0",
"@fontsource/inter": "^5.0.8"
"@fontsource/inter": "^5.0.8",
"highlight.js": "^11.8.0"
}
}
Loading