We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5e9ca commit bc42291Copy full SHA for bc42291
_config.yml
@@ -1,10 +1,12 @@
1
-title: Just the Docs Template
2
-description: A starter template for a Jeykll site using the Just the Docs theme!
+title: Quant Flow Documentation
+description: The comprehensive documentation for Quant Flow, Payscript and the Sandbox.
3
theme: just-the-docs
4
5
+color_scheme: quant
6
+
7
url: https://just-the-docs.github.io
8
9
aux_links:
10
Template Repository: https://github.com/just-the-docs/just-the-docs-template
11
-favicon_ico: "assets/images/favicon.ico"
12
+favicon_ico: "/assets/images/favicon.ico"
_sass/color_schemes/quant.scss
@@ -0,0 +1,2 @@
+$link-color: #F07533;
+$btn-primary-color: #F07533;
0 commit comments