A better version of the Luarmor documentation
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-19 21:57:17 +00:00
.github/workflows initial commit 2024-06-17 23:50:36 +01:00
api-reference add sdks 2024-06-20 21:35:57 +01:00
images updat some more 2025-08-31 19:02:41 +01:00
logo initial commit 2024-06-17 23:50:36 +01:00
scripting chore: fix spelling and grammar 2025-12-12 17:02:38 +00:00
snippets fix snippets? 2025-08-31 19:10:49 +01:00
.gitignore add a couple entries to faq 2024-06-18 17:14:31 +01:00
discord-bot.mdx chore: fix spelling and grammar 2025-12-12 17:02:38 +00:00
faq-troubleshooting.mdx feat: info on blacklists 2026-01-19 21:57:17 +00:00
favicon.png initial commit 2024-06-17 23:50:36 +01:00
introduction.mdx initial commit 2024-06-17 23:50:36 +01:00
mint.json add sdks 2024-06-20 21:35:57 +01:00
quickstart.mdx chore: fix spelling and grammar 2025-12-12 17:02:38 +00:00
README.md (docs): Fix typos in README.md 2023-11-02 15:09:16 -06:00

Mintlify Starter Kit

Click on Use this template to copy the Mintlify starter kit. The starter kit contains examples including

  • Guide pages
  • Navigation
  • Customizations
  • API Reference pages
  • Use of popular components

Development

Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command

npm i -g mintlify

Run the following command at the root of your documentation (where mint.json is)

mintlify dev

Publishing Changes

Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.

Troubleshooting

  • Mintlify dev isn't running - Run mintlify install it'll re-install dependencies.
  • Page loads as a 404 - Make sure you are running in a folder with mint.json