Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/franciscomoretti/cppcoreguidelinesdocs

A modern documentation site for "C++ Core Guidelines" that's user friendly and has better performance than official site.
https://github.com/franciscomoretti/cppcoreguidelinesdocs

cpp documentation guidelines nextjs nextra vercel

Last synced: about 9 hours ago
JSON representation

A modern documentation site for "C++ Core Guidelines" that's user friendly and has better performance than official site.

Awesome Lists containing this project

README

        

# CppCoreGuidelinesDocs
A modern documentation site for "C++ Core Guidelines" that's user friendly and has better performance than official site.

- Official site: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
- This site: https://cpp-core-guidelines-docs.vercel.app/

## Performance improvement

Reports created with https://pagespeed.web.dev/
### Performance of the official site
![C++ Core Guidelines performance](public/performance_cpp_core_guidelines.png)

### Performance of this site
![C++ Core Guidelines performance](public/performance_cpp_core_guidelines_docs.png)

# CppCoreGuidelines
[![C++ Core Guidelines](public/cpp_core_guidelines_logo_text.png)](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)

>"Within C++ is a smaller, simpler, safer language struggling to get out."
>-- Bjarne Stroustrup

The [C++ Core Guidelines](CppCoreGuidelines.md) are a collaborative effort led by Bjarne Stroustrup, much like the C++ language itself. They are the result of many
person-years of discussion and design across a number of organizations. Their design encourages general applicability and broad adoption but
they can be freely copied and modified to meet your organization's needs.

[C++ Core Guidelines Repository](https://github.com/isocpp/CppCoreGuidelines)

# Techcnology
- Built with [Nextra](https://github.com/shuding/nextra)
- Hosted in [Vercel](https://vercel.com/)