The Wayback Machine - https://web.archive.org/web/20200613150113/https://github.com/topics/documentation-tool
Skip to content
#

documentation-tool

Here are 591 public repositories matching this topic...

hugo
Wtoll
Wtoll commented Apr 20, 2020

If you use a shortcode in a content file in order to embed a read time estimation for that content file within itself, the estimation always comes back as 0. This is probably because the parser hasn't finished converting the document by the time it gets to the read time estimation so it can't actually get an estimate for it. This is supported by the fact that, when embedding a read time estimation

joetidee
joetidee commented Mar 18, 2020

Currently, there seems to to be very little instruction on how/why certain combinations of _sidebar.md files and folder structures make the sidebar navigation and pagination work.

For example, if my _sidebar.md file contains this:

- **Services**
    - [Getting Started](services/getting-started.md)
    - [Running Service Locally](services/running-services.md)

and my folder

redoc
baohx2000
baohx2000 commented Feb 6, 2020

Just a FYI when people start trying to submit bugs about this, mobx-react shipped a funky build which is causing broken-ness (at least when using redoc-cli bundle)

mobxjs/mobx-react#831

Currently breaks with an error like:
Cannot find module '..../.npm/_npx/1868/lib/node_modules/redoc-cli/node_modules/mobx-react/dist/mobxreact.js (added for searchability)

Can

choldgraf
choldgraf commented Feb 24, 2020

In the documentation, there is a lot of good detail about each individual event that happens (e.g.: https://www.sphinx-doc.org/en/master/extdev/appapi.html#sphinx-core-events). However, it can be hard to wrap your head around the high-level picture of what happens over the course of a whole build.

In a project we are working on @chrisjsewell gave a really nice description of the birds-eye view

lukenconsulting
lukenconsulting commented May 4, 2020
Overview of the issue

When I try to include links in the documentation they do not appears as expected.

Operating System, Node.js, npm, compodoc version(s)

node 12.16.1
npm 6.13.4
compodoc 1.1.11 (installed globally)

Angular configuration, a package.json file in the root folder
Compodoc installed globally or locally ?

globally

catalog
Jordan-Morrison
Jordan-Morrison commented Mar 2, 2020

The Catalog docs say:

By default, Catalog integrates with Create React App and next.js. Run create-catalog in the same directory as you’ve set up your app.

Upon doing so it installs everything with no errors and says:

Run yarn run catalog-start to get started.

After running yarn run catalog-start I'm getting the following: ```Error: Cannot find module 'babel-plugin-react-requ

lazorenkoigor96
lazorenkoigor96 commented Sep 2, 2019

I want write multi-line description, like this:

/*
Configurable:
no
---
Value range:
true or false
---
Sending rules:
Does not send if "false", and send in every packet if "true".
---
Description:
Set to "true" when the accelerometer in the device has some problems (poorly soldered or broken).
*/
optional  bool  accelerometer_is_fault = 1;

After documentation generating I

gfazioli
gfazioli commented Jun 25, 2019

hi there, in my package.json I have

... 
"build:utils": "jsdoc2md --files ./resources/assets/jsx/app/utils/*.ts* --configure ./jsdoc2md.json > ./resources/assets/jsx/docs/utils.md",

if I run by shell (MacOS, jsdoc2md v5.0.0)

$ jsdoc2md --files ./resources/assets/jsx/app/utils/*.ts* --configure ./jsdoc2md.json > ./resources/assets/jsx/docs/utils.md

all works fine,

jhilden
jhilden commented Aug 20, 2015

For bigger styleguides it's very nice to have a fixed sidebar navigation to:
a) navigate to other parts of the styleguide
b) see where you are in the styleguide

This code inside my main .lsg file already works pretty decently:

@javascript-after transpiler: coffee-script
  $ ->
    $nav = $('<nav id="toc" class="lsg--toc"></nav>')

    $.each $('.lsg--anchor'), (index, anchor) ->
      $anc
tbls
mjpieters
mjpieters commented Apr 22, 2020

Currently, the README.md file lists all tables with their full table comment.

I'm putting a lot of info in some of my table descriptions, including SQL code blocks. These render rather badly in the comment column of the central Tables table, which treats markdown just a little different.

Perhaps the Tables table should only use the first paragraph of each table description.

E.g.

Improve this page

Add a description, image, and links to the documentation-tool topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the documentation-tool topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.