Skip to content

Documentation websites for financial cpp toolchain

Notifications You must be signed in to change notification settings

financialcpp/docs

Repository files navigation

financialcpp docs logo

financialcpp.com

This is the documentation website for financialcpp, a c++ stock trading framework with high quality javascript bindings

Main Goals

Write clean, simple, documentation with loads of examples. Make no assumptions about the audience (beginner-friendly) while still making it easy for advanced users to find information.

Contributing to the docs

Contributions to the docs are welcome! Send a pull request and we'd be happy to merge them in ☺️

Dev environment

Uses nuxt internally to generate the documentation site. All tutorials and api pages are manually written here. They are not generated from comment blocks in the source code.

Install dependencies:

npm run install

Development

npm run dev

Static Generation

This will create the dist/ directory for publishing to static hosting:

npm run generate

To preview the static generated app, run npm run start

For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.

About

Documentation websites for financial cpp toolchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published