This is the official documentation repository for the Simple JWT Login WordPress plugin!
This project uses Docusaurus to provide a structured and easy-to-navigate documentation site.
Simple JWT Login is a WordPress plugin designed to allow easy authentication via JSON Web Tokens (JWT). This plugin provides a secure way to manage API access by generating and verifying tokens, making it ideal for custom WordPress API integrations and user authentication.
This repository includes everything needed to contribute to or run the documentation locally. Please follow the steps below to set up the project.
docker-compose upAccess the website at http://localhost:3002
The project is structured as follows:
- /docs: Contains markdown files for the main documentation content.
- /blog: Stores any blog content for the documentation site.
- /releases: Stores any releases content for the documentation site.
- /src: Holds custom components and styling files.
- docusaurus.config.js: Main configuration file for the Docusaurus site.
- sidebars.js: Defines the structure and sidebar items for the documentation.
We welcome contributions to improve and expand the documentation! Here’s how you can get involved:
- Fork the repository.
- Create a branch for your feature or fix.
- Commit your changes with a clear message.
- Push your branch and create a Pull Request.
:tip Please ensure your changes follow the structure and style guidelines of the existing documentation.
This project is licensed under the MIT License.