eosnetworkfoundation / docsgen

Scripts for creating docs.eosnetwork.com pulls from various eos nf repos and builds static HTML to power website
Other
3 stars 0 forks source link

Consistant UI/UX for external links #4

Closed ericpassmore closed 2 years ago

ericpassmore commented 2 years ago

Need to scope work covering the content in references

ericpassmore commented 2 years ago

Got docusaurus to serve up openapi docs

npm i --save redocusaurus
mv reference/openapi devdocs
<     [
<       'redocusaurus',
<       {
<         // Plugin Options for loading OpenAPI files
<         specs: [
<           {
<             spec: 'openapi/mandel-plugins/chain.swagger.yaml',
<             route: '/swagger.api/',
<           },
<         ],
<         // Theme Options for modifying how redoc renders them
<         theme: {
<           // Change with your site colors
<           primaryColor: '#1890ff',
<         },
<       },
<     ],
ericpassmore commented 2 years ago

investigate using doxybook for converting XML to markdown and importing into doc6s

ericpassmore commented 2 years ago

Using doxybook2 to convert XML to markdown. Works Well.