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

docz
renatobenks
renatobenks commented Apr 11, 2022

Respectively, we have the following opening PRs from dependabot, where we need to test everything out, as such build scripts, and so on, to make sure that nothing is going to be broken if we merge them in main:

  • #1722
  • #1720
  • #1706
  • #1705
  • #1704
  • #1703
  • #1698
  • #1697
  • #1724

Anyone feel free to pick it up and update your progress h

good first issue
FredCni
FredCni commented Jun 8, 2022

In the "Set the environment" section, the doc refers to setting the value of env variables w/o showing how to do it.
But the goal can be achieved that way. I suggest you add this code snippet:

protected override IHostBuilder CreateHostBuilder() =>
        base.CreateHostBuilder().ConfigureWebHost(x => x.UseEnvironment("integration"));

The derived WebApplicationFactory will therefor

Help wanted Good first issue Source - Docs.ms doc-enhancement
docs
vedant205
vedant205 commented Apr 8, 2022

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/get-started/quickstart/create-a-repo

What part(s) of the article would you like to see updated?

I think that in the notes section of this page, there should be

help wanted good first issue content get started
humitos
humitos commented Mar 2, 2022

I saw there are repositories that have too many branches/tags failing when we try to re-sync their versions. An example of it is jupyterlab which has 61k versions:

▶ git ls-remote https://github.com/jupyterlab/jupyterlab.git | wc -l
61290

It fails on our side because we truncate the output of the command if it's too big: 'Output is too big. Truncated at 4718592 bytes.'. We cou

Good First Issue Sprintable Bug Accepted

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

  • Updated Feb 20, 2022
  • CSS
Wikipedia
Wikipedia