• Stars
    star
    2
  • Language
    HTML
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A documentation site for fmt library

fmt-docs - Documentation for fmt - A modern string formatting library

License Last commit

This is a repository for fmt library documentation written in AsciiDoc format.

Documentation

Running local server

Using make

make serve

Contributing

Thanks for contributing to fmt-docs! Just follow these single guidelines:

  • You must use feature / topic branches to ease the merge of contributions.

  • After adding new documentation in content/ folder regenerate the documentation by running make build.

  • After adding new non release relevant artifacts you must ensure they are export ignored in the .gitattributes file.