refactor(website): organise blog posts by year (#9965)

This commit is contained in:
Zed Spencer-Milnes 2024-03-20 17:08:05 +00:00 committed by GitHub
parent 9017fb9b1d
commit 9a47ec0581
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
80 changed files with 12 additions and 12 deletions

View file

@ -149,7 +149,7 @@ To obtain a compilation behavior similar to what Docusaurus v2 uses, please turn
- Use `remark-gfm`
- Use `remark-directive`
![Screenshot of the MDX playground's options panel, with only the "Use `MDX`", "Use `remark-gfm`", and "Use `remark-directive`" options checked](@site/blog/2023-09-29-preparing-your-site-for-docusaurus-v3/img/mdx2-playground-options.png)
![Screenshot of the MDX playground's options panel, with only the "Use `MDX`", "Use `remark-gfm`", and "Use `remark-directive`" options checked](@site/blog/2023/09-29-preparing-your-site-for-docusaurus-v3/img/mdx2-playground-options.png)
</details>
@ -171,7 +171,7 @@ npx docusaurus-mdx-checker
For each compilation issue, the CLI will log the file path and a line number to look at.
![Screenshot of the terminal showing an example MDX checker CLI output, with a few error messages](@site/blog/2023-09-29-preparing-your-site-for-docusaurus-v3/img/mdx-checker-output.png)
![Screenshot of the terminal showing an example MDX checker CLI output, with a few error messages](@site/blog/2023/09-29-preparing-your-site-for-docusaurus-v3/img/mdx-checker-output.png)
:::tip