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(markdown): use file name for ordering #251

Merged
merged 8 commits into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: Doishy
banner: DD
order: 0
title: Core Concepts
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: angrybacon, Labman13, 7TeenWriters, Doishy
banner: IU
order: 1
title: Simple Piles
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: angrybacon, Doishy
banner: BS | MMQ
order: 2
title: Brainstorm Piles
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: Doishy
banner: Sundial of the Infinite
order: 3
title: Pass-the-Turn Piles
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: angrybacon, Labman13, Doishy
banner: Counterspell | TMP
order: 4
title: Playing Around Interaction
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: Otterlady, Doishy
banner: Urza's Blueprints
order: 5
title: Deck Construction
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: Nevilshute, Hulahula, Emidln, Monkeyscantcry, Romariovidal, Doishy
banner: Pyroblast
order: 6
title: Sideboarding
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: Doishy
banner: Unburden
order: 7
title: Practice
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
banner: ToA
order: 0
title: The Basics
---

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: UnOrthodoxBird
banner: EF
order: 0
title: The Basics
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: drynne
banner: Dark Petition
order: 0
title: The Basics
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: drynne
banner: Entomb
order: 1
title: Playing the Deck
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: drynne
banner: Em
order: 2
title: Deck Construction
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
authors: drynne
banner: SE
order: 3
title: Playing Around Interaction
---

Expand Down
8 changes: 4 additions & 4 deletions markdown/partials/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ title: Licenses and Resources
The Wiki is unofficial _Magic: the Gathering_ fan content permitted under the
[Fan Content Policy][wizards:fcp]. Portions of the materials used such as mana
symbols and game mechanics are property of _Wizards of the Coast_. Card arts are
made available from unaltered [Scryfall's API][scryfall:api] and are copyright
_Wizard of the Coast_ or their respective artist for older sets. For cropped
arts where the artist line of a card is not visible, the artists are mentioned
in the accessible text.
made available from the unaltered [Scryfall's API][scryfall:api] and are
copyright _Wizard of the Coast_ or their respective artists for older sets. For
cropped arts where the artist line of a card is not visible, the artists are
mentioned in the accessible text.

Mana symbols are rendered using the _Mana_ icon font made available by [Andrew
Gioia][mana]. See their section about licensing for more details.
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dev": "concurrently 'pnpm:dev:*' --names --prefix-colors auto",
"dev:next": "next dev",
"dev:scryfall": "pnpm run scryfall:dev",
"lint": "pnpm run '/^lint:\\w+$/'",
"lint": "pnpm run '/^lint:[^:]+$/'",
"lint:code": "eslint",
"lint:format": "pnpm run '/^lint:format:\\w+$/'",
"lint:format": "pnpm run '/^lint:format:[^:]+$/'",
"lint:format:code": "prettier --check --log-level warn puzzles/ scryfall/ src/",
"lint:format:wiki": "prettier --check --log-level warn markdown/",
"lint:prune": "knip",
Expand All @@ -28,60 +28,60 @@
"test:watch": "pnpm run test --verbose --watchAll"
},
"dependencies": {
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@fontsource/libre-baskerville": "5.0.13",
"@korumite/kiwi": "2.13.0",
"@fontsource/libre-baskerville": "5.1.0",
"@korumite/kiwi": "3.1.0",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@mui/material": "5.16.6",
"@mui/system": "5.16.6",
"@mui/utils": "5.16.6",
"@mui/material": "6.1.1",
"@mui/system": "6.1.1",
"@mui/utils": "6.1.1",
"@vercel/analytics": "1.3.1",
"async-sema": "3.1.1",
"mana-font": "1.15.9",
"mdast-util-find-and-replace": "3.0.1",
"next": "14.2.5",
"next": "14.2.13",
"plaiceholder": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "9.13.0",
"react-intersection-observer": "9.13.1",
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.5.0",
"rehype-slug": "6.0.0",
"remark-directive": "3.0.0",
"remark-gfm": "4.0.0",
"remark-toc": "9.0.0",
"simple-icons": "13.3.0",
"simple-icons": "13.11.0",
"unified": "11.0.4",
"unist-util-select": "5.1.0",
"unist-util-visit": "5.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@eslint/js": "9.8.0",
"@eslint/js": "9.11.1",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@korumite/ts": "1.1.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@types/mdast": "4.0.4",
"@types/node": "20.14.13",
"@types/react": "18.3.3",
"@types/node": "20.16.9",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "15.5.13",
"@types/unist": "3.0.2",
"concurrently": "8.2.2",
"eslint": "9.8.0",
"eslint-plugin-import": "2.29.1",
"@types/unist": "3.0.3",
"concurrently": "9.0.1",
"eslint": "9.11.1",
"eslint-plugin-import": "2.30.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"knip": "5.27.0",
"markdownlint-cli": "0.41.0",
"knip": "5.30.6",
"markdownlint-cli": "0.42.0",
"mdast-util-directive": "3.0.0",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript-eslint": "7.18.0"
"typescript": "5.6.2",
"typescript-eslint": "8.7.0"
}
}
Loading