Skip to content

Commit

Permalink
feat: Update version of Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Sep 25, 2023
1 parent 2112498 commit a12e87e
Show file tree
Hide file tree
Showing 3 changed files with 857 additions and 1,050 deletions.
4 changes: 3 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/palenight');
const math = require('remark-math');
const katex = require('rehype-katex');
const path = require('path');


/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -133,10 +135,10 @@ const config = {
'redocusaurus',
{
debug: Boolean(process.env.DEBUG || process.env.CI),
config: path.join(__dirname, 'redocly.yaml'),
specs: [
{
spec: './openapi/v1.json',
// spec: './../openapi/build/generate.json',
route: '/api/stack/v1.0',
id: 'stack',
}
Expand Down
Loading

0 comments on commit a12e87e

Please sign in to comment.