Files
discord.js/apps/guide/content/docs/legacy/meta.json
Almeida 7de5b4a349 refactor: remove guide route prefix (#11146)
* refactor: remove guide route prefix

* chore: implement backwards compat redirect

* Change guide redirect destination and permanence

Updated the redirect destination and permanence for the guide route.

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-07 09:50:53 +00:00

33 lines
784 B
JSON

{
"pages": [
"[MessageCircleQuestion][FAQ](/legacy/popular-topics/faq)",
"[ArrowDownToLine][Updating to v14](/legacy/additional-info/changes-in-v14)",
"[LibraryBig][Documentation](https://discord.js.org/docs)",
"[Info][Introduction](/legacy)",
"---Setup---",
"preparations",
"---Your App---",
"app-creation",
"additional-features",
"slash-commands",
"interactions",
"interactive-components",
"popular-topics/display-components",
"---More To Know---",
"popular-topics",
"improving-dev-environment",
"additional-info",
"miscellaneous",
"---Persisting Data---",
"...keyv",
"sequelize",
"---Advanced Concepts---",
"...oauth2",
"sharding"
],
"title": "discord.js",
"description": "The discord.js guide",
"icon": "Book",
"root": true
}