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

[PR] Migrate to v3 #16

Merged
merged 34 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
861bc0b
deps: Migrate Nextra core to v3.
LuchoTurtle Oct 9, 2024
3af1865
fix: Fixing private routes script.
LuchoTurtle Oct 10, 2024
b3e8e1c
chore; Trying to get theme to work :|
LuchoTurtle Oct 11, 2024
0e3c17c
deps: Upgrading nextra deps.
LuchoTurtle Oct 11, 2024
fca485f
fix: Fixing errors and deps.
LuchoTurtle Oct 11, 2024
c5d18ef
fix: Fix missing icons.
LuchoTurtle Oct 11, 2024
180c7f2
Revert "fix: Fix missing icons."
LuchoTurtle Oct 13, 2024
827c87a
Revert "fix: Fixing errors and deps."
LuchoTurtle Oct 13, 2024
79d6757
Revert "deps: Upgrading nextra deps."
LuchoTurtle Oct 13, 2024
889360b
Revert "chore; Trying to get theme to work :|"
LuchoTurtle Oct 13, 2024
c583202
Revert "fix: Fixing private routes script."
LuchoTurtle Oct 13, 2024
7f1a638
Revert "deps: Migrate Nextra core to v3."
LuchoTurtle Oct 13, 2024
1271881
refactor: Moving v2 to its folder.
LuchoTurtle Oct 14, 2024
a6a8bd2
chore: Adding original src.
LuchoTurtle Oct 14, 2024
5849f0c
deps: Migrate Nextra core to v3.
LuchoTurtle Oct 9, 2024
6aa59f8
deps: Updating deps.
LuchoTurtle Oct 14, 2024
4bc3639
fix: Fixing private routes script.
LuchoTurtle Oct 10, 2024
6710302
Revert "fix: Fixing private routes script."
LuchoTurtle Oct 14, 2024
edb5eba
Revert "deps: Updating deps."
LuchoTurtle Oct 14, 2024
1b2f397
Revert "deps: Migrate Nextra core to v3."
LuchoTurtle Oct 14, 2024
8b11447
Revert "chore: Adding original src."
LuchoTurtle Oct 14, 2024
f04ffc0
Revert "refactor: Moving v2 to its folder."
LuchoTurtle Oct 14, 2024
8228c5d
Reapply "deps: Migrate Nextra core to v3."
LuchoTurtle Oct 14, 2024
4482244
Reapply "fix: Fixing private routes script."
LuchoTurtle Oct 14, 2024
d228cdb
Reapply "chore; Trying to get theme to work :|"
LuchoTurtle Oct 14, 2024
9edca27
Reapply "deps: Upgrading nextra deps."
LuchoTurtle Oct 14, 2024
7477067
Reapply "fix: Fixing errors and deps."
LuchoTurtle Oct 14, 2024
63f1c50
Reapply "fix: Fix missing icons."
LuchoTurtle Oct 14, 2024
9ab02ad
fix: Restoring navbar and sidebar hiding.
LuchoTurtle Oct 14, 2024
d6643c9
fix: Adding remark.
LuchoTurtle Oct 14, 2024
6015d55
fix: Fixing tests
LuchoTurtle Oct 14, 2024
370e922
ci: Removing non-existent package.json command (links are validated w…
LuchoTurtle Oct 14, 2024
06e4f86
fix: Checking external links.
LuchoTurtle Oct 14, 2024
4f05979
chore: Fixing jest config.
LuchoTurtle Oct 14, 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
Prev Previous commit
Next Next commit
Revert "chore: Adding original src."
This reverts commit a6a8bd2.
LuchoTurtle committed Oct 14, 2024
commit 8b11447110925fe1e3bc886f350adcedf196b803
2 changes: 0 additions & 2 deletions src/app/api/auth/[...nextauth]/route.ts

This file was deleted.

108 changes: 0 additions & 108 deletions src/auth.ts

This file was deleted.

20 changes: 0 additions & 20 deletions src/components/LoginOrUserInfo/index.tsx

This file was deleted.

118 changes: 0 additions & 118 deletions src/generatePrivateRoutes.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/globals.css

This file was deleted.

46 changes: 0 additions & 46 deletions src/middleware.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/pages/_app.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions src/pages/_meta.json

This file was deleted.

18 changes: 0 additions & 18 deletions src/pages/about.mdx

This file was deleted.

23 changes: 0 additions & 23 deletions src/pages/contact.mdx

This file was deleted.

Loading