docuapi icon indicating copy to clipboard operation
docuapi copied to clipboard

How to switch off all the tabs on the right panel and list all code in one tab

Open alphaVariable opened this issue 6 years ago • 1 comments
trafficstars

I would like to be able to use just one tab so that I don't have to switch between the tabs while doing some documentation for self and the team.

alphaVariable avatar Jul 19 '19 14:07 alphaVariable

You can achieve it by just removing the definition of multiple tabs in the config file: https://github.com/bep/docuapi/blob/master/exampleSite/config.toml#L32-L47 For example:

  • https://github.com/eine/issue-runner/blob/master/doc/config.toml
  • https://eine.github.io/issue-runner/

eine avatar Jan 08 '20 14:01 eine