yalibs / yadocs

Yet Another documentation site. Includes documentation for the various libraries provided by yalibs

Repository from Github https://github.comyalibs/yadocsRepository from Github https://github.comyalibs/yadocs

yadocs

Documentation and blog for the official yalibs site.

yalibs is a collection of simple libraries that provide "yet another" implementation of common use cases. Each library is completely isolated and must not depend on any other yalibs library, or any other third party library (language standard libraries are allowed). Our mission is to provide simple, easy to use, open source and easy to understand, do-one-thing libraries to anyone who might want and/or need it.

At the time of writing, we only provide libraries for C/C++, but we have plans to extend to more languages such as Java, C# and JavaScript. We endeavor to only use one packaging format and distribution method per language.

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ npm ci 

Local Development

$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

About

Yet Another documentation site. Includes documentation for the various libraries provided by yalibs

License:MIT License


Languages

Language:JavaScript 80.7%Language:CSS 18.1%Language:Dockerfile 1.2%