Docs Guidelines
Documentation guidelines
Section titled “Documentation guidelines”For contributing to the Prompty documentation:
-
Local Setup
- Our documentation uses MDX (Markdown + JSX) and is built with a static site generator.
- Install dependencies with
npm installin thewebdirectory. - Use Node.js 18+ for best compatibility.
-
Making Changes
- Documentation files are located in the
docsdirectory. - Follow the existing folder structure and naming conventions.
- Use
.mdxextension for all documentation files.
- Documentation files are located in the
-
Previewing Changes
- Start the local development server with
npm run devfrom thewebdirectory. - View your changes at http://localhost:4321.
- The site will hot-reload as you edit files.
- Start the local development server with
-
Building Documentation
- Test a production build with
npm run buildfollowed bynpm run start. - Check for any build errors or warnings before submitting your PR.
- Test a production build with
Want to Contribute To the Project? - Updated Guidance Coming Soon.