This is the documentation website for financialcpp, a c++ stock trading framework with high quality javascript bindings
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.
Contributions to the docs are welcome! Send a pull request and we'd be happy to merge them in
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 installnpm run devThis will create the dist/ directory for publishing to static hosting:
npm run generateTo preview the static generated app, run npm run start
For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.
