Skip to content

feat(docs): version 2.0.0 + migration to starlight #207

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

Open
wants to merge 63 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
3f9630d
initial creation
casungo Sep 15, 2024
cc019cd
moved content
casungo Sep 15, 2024
aeb36a6
v0.0.1
casungo Sep 15, 2024
7a286c9
getting there
casungo Sep 15, 2024
48576f3
Update changelog.svelte
casungo Sep 15, 2024
a0a4a3f
convert to mdx
casungo Sep 15, 2024
2a9005b
removed svelte & tailwind & changelog
casungo Sep 16, 2024
1f102bf
Update astro.config.mjs
casungo Sep 16, 2024
bfa579f
remove old code
casungo Sep 21, 2024
371068e
move to apps/web
casungo Sep 21, 2024
7b7cf9e
try to deploy + to import from docs/
casungo Sep 21, 2024
7a988b2
Revert "try to deploy + to import from docs/"
casungo Sep 23, 2024
26f8725
test symlink
casungo Sep 23, 2024
a8f0d6f
fix components + new component!
casungo Sep 23, 2024
aac4c00
added 2.0 edits
casungo Sep 23, 2024
140fa0a
small fixes
casungo Sep 23, 2024
7d2fb9a
added banner + v2 upgrade guide
casungo Sep 23, 2024
7754d61
update components
casungo Oct 22, 2024
fe34f3b
core
casungo Oct 22, 2024
d5b3eac
getting started
casungo Oct 22, 2024
1971061
plugins
casungo Oct 22, 2024
3fc7baa
update to v2
casungo Oct 22, 2024
66d0787
check link + minor things
casungo Oct 22, 2024
4465c8e
core files rewrote
casungo Oct 23, 2024
188bc78
Update astro.config.mjs
casungo Oct 23, 2024
b3b2a86
Update v2.mdx
casungo Oct 23, 2024
9dfadca
getting started rewrote
casungo Oct 23, 2024
5e62c1b
rewrote plugins
casungo Oct 23, 2024
25392ed
Update v2.mdx
casungo Oct 23, 2024
4d83f88
Update v2.mdx
casungo Oct 23, 2024
0d68067
Update package.json
casungo Oct 23, 2024
bc2fcbe
Update package.json
casungo Oct 23, 2024
72fbfbe
rename
casungo Oct 25, 2024
d6885bd
rename pt2
casungo Oct 25, 2024
5460321
Update background.mdx
casungo Oct 25, 2024
d307328
Update body.mdx
casungo Oct 25, 2024
6ef4dcf
Update butan.mdx
casungo Oct 25, 2024
561bef4
Update button.mdx
casungo Oct 25, 2024
49abf6b
Update code.mdx
casungo Oct 25, 2024
d4bad20
Update colorscheme.mdx
casungo Oct 25, 2024
d10debf
Update column.mdx
casungo Oct 25, 2024
c26fceb
Update conditional.mdx
casungo Oct 25, 2024
4a096b8
Update container.mdx
casungo Oct 25, 2024
02c5551
Update font.mdx
casungo Oct 25, 2024
5f00159
Update graph.mdx
casungo Oct 25, 2024
d90f6b3
Update head.mdx
casungo Oct 25, 2024
3d81a86
Update heading.mdx
casungo Oct 25, 2024
cf201b9
Update hr.mdx
casungo Oct 25, 2024
5bdae16
Update html.mdx
casungo Oct 25, 2024
758321a
Update img.mdx
casungo Oct 25, 2024
275ea3e
Update link.mdx
casungo Oct 25, 2024
7f46295
Update markdown.mdx
casungo Oct 25, 2024
e2468e7
Update preview.mdx
casungo Oct 25, 2024
ad42d6f
Update row.mdx
casungo Oct 25, 2024
56bbd85
Update section.mdx
casungo Oct 25, 2024
7c69452
Update tailwind.mdx
casungo Oct 25, 2024
904bc7e
Update text.mdx
casungo Oct 25, 2024
1771175
Update package.json
casungo Oct 29, 2024
3e7caea
added badges
casungo Oct 29, 2024
c075276
theme, added font also
casungo Oct 29, 2024
93f31de
modifed logos so its more readable. also re-exported all of them
casungo Oct 29, 2024
3f12256
Update package.json
casungo Dec 17, 2024
31eb14b
update to latest docs
casungo Dec 17, 2024
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
21 changes: 21 additions & 0 deletions apps/web/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store
77 changes: 0 additions & 77 deletions apps/web/.vitepress/config.mts

This file was deleted.

50 changes: 0 additions & 50 deletions apps/web/.vitepress/sidebar.mts

This file was deleted.

218 changes: 0 additions & 218 deletions apps/web/.vitepress/theme/custom.css

This file was deleted.

4 changes: 0 additions & 4 deletions apps/web/.vitepress/theme/index.ts

This file was deleted.

4 changes: 4 additions & 0 deletions apps/web/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}
11 changes: 11 additions & 0 deletions apps/web/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}
Loading