Axone documentation portal (built with Docusaurus).
The AXONE documentation portal is an open-source initiative that provides a comprehensive resource for anyone interested in the AXONE protocol. Built using Docusaurus, this modern static website generator ensures an efficient and user-friendly interface for navigating through the various documentation sections. Whether you're a developer looking to contribute or simply curious about AXONE, the documentation is designed to cater to a wide audience by presenting technical details in an approachable format.
Getting started is easy—local development is supported with a live server that reflects changes in real time. There are also clear guidelines for building the documentation and maintaining code quality, ensuring that contributions meet the project's standards. The collaborative spirit is evident, inviting users to engage with the community and enhance the documentation together.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
Documentation themes are built specifically for writing technical and product documentation. They are normally written and maintained in Markdown. The often include a navigation menu, search bar, clear headings, semantic document structure and clean typography.
Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.