Skip to content
#

docs

Documentation is a set of information that describes a product to its users, including what it is, how it operates, and how to use it.

Here are 1,924 public repositories matching this topic...

docz
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

wazybr
wazybr commented May 4, 2020

When generating documentation for a class that extends another, and the base class has it's constructor documented, JSDoc generates duplicated documentation pages for the class that is being extended.

Input code

I was able to reproduce the bug on a minimal example project containing 2 files:

classes/Foo/index.js

/**
 * Represents foo.
 */
export class Foo { 
    /**
   
KirillOsenkov
KirillOsenkov commented Apr 17, 2020

Right now when I need to create a new website what should I choose? The templates look similar but with some differences. I think this should be documented with some good guidance for beginners.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: 0b952f8a-18e1-4843-0741-6ca877fb303a
  • Version Independent ID: d80dfb96-bc86-a
mootari
mootari commented Dec 28, 2017

Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.

It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix

colinodell
colinodell commented Apr 19, 2020

The OptionsResolver class contains 37 comments mentioning "lazy option" or "lazy options", but the only documentation I can find on https://symfony.com/doc/current/components/options_resolver.html about "lazy options" is this:

The deprecation message will be triggered only if the option is being used somewhere, either its value is provided by the user or the option is evaluated within closu

tsuz
tsuz commented Dec 4, 2019

The markers in the example do not load properly since the relative path does not exist when it's loaded in JSFiddle. For this example, the JSON assets should be loaded over relative path to the origin so it does not load which you can see here. After updating the featureLayer argument t

LarryBarker
LarryBarker commented Jan 20, 2020

Is your feature request related to a problem? Please describe.
This is just a general question

Describe the solution you'd like
I'm trying to better understand how to manage documentation through version control in production environments. This also relates to an editor being available to make it easy for content managers to edit documentation with a visual editor.

**Describe alter

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

ge-fa
ge-fa commented Jul 19, 2018

Hi,

We would like to ask for a review of the docs of Schleuder, a GPG-enabled mailing list manager with resending capabilities, and related projects:

Thanks in advance, and for your work.

Cheers,
Georg

Wikipedia
Wikipedia
You can’t perform that action at this time.