X Tutup
Skip to content

plexicus/docs

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

259 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Plexicus Documentations

This is the official documentation site for Plexicus Docs, built to provide comprehensive information on our APIs, features, and usage.


โš™๏ธ Installation

To set up and run the project locally, please ensure you have Node.js and npm installed.

Clone the repository:

git clone https://github.com/plexicus/docs.git
cd your-repo

Install dependencies:

npm install

๐Ÿƒ Running the Project

The following npm scripts are available for common development tasks:

  • npm start Starts a local development server and opens the site in your browser. The server features hot-reloading for a fast development loop.

  • npm run build Compiles the Docusaurus site into static HTML, CSS, and JavaScript files, ready for deployment. The output is placed in the build/ directory.

  • npm run build:opt Specifically optimized for large projects, increasing the Node.js memory limit to 20GB to prevent build failures.

  • npm run serve Serves the production build from the build/ directory locally. Useful for testing the final, optimized version of the site before deployment.

  • npm run clear Deletes the .docusaurus/ and build/ directories to perform a clean start.


๐ŸŒŽ Internationalization (i18n)

  • npm run write-translations Extracts all translatable strings from your documents and saves them to the i18n/ directory, ready for translation.

  • npm run write-translations:all Runs a shell script that specifically handles the translation process for all supported languages.


๐Ÿ“š API Documentation

Our API documentation is generated from OpenAPI specifications.

  • npm run gen-api-docs Generates API documentation based on the .yaml files in the api-swagger/ directory.

  • npm run clean-api-docs Deletes all generated API documentation files.


๐Ÿ› ๏ธ Other Commands

  • npm run swizzle Customize core Docusaurus components by "swizzling" them into your project.

  • npm run deploy Deploys the built site to your configured hosting provider.

  • npm run typecheck Runs the TypeScript compiler to check for type errors.

  • npm run write-heading-ids Adds explicit heading IDs to all markdown and MDX files.

About

๐Ÿ“– The starter kit for your Mintlify docs

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

ย 
ย 
ย 

Contributors

Languages

  • Python 52.0%
  • TypeScript 38.6%
  • CSS 7.9%
  • JavaScript 1.2%
  • Shell 0.3%
X Tutup