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,975 public repositories matching this topic...

docz
geelen
geelen commented Apr 24, 2020

Question

Genuinely confused how to add some analytics to the page. I know this is gatsby under the hood, and gatsby has analytics plugins (never use two lines of HTML when you could use a whole plugin, hey Gatsby?) but I really just want somewhere I can customise the raw HTML template for my site.

In the end, I was able to drop in:

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.