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

docz
docs
ReenigneArcher
ReenigneArcher commented Apr 15, 2022

Details

build.jobs property is not allowed according to the published schema.

https://docs.readthedocs.io/en/stable/config-file/v2.html#build-jobs

Expected Result

A description of what you wanted to happen
jobs property and sub properties should be added to the schema
https://github.com/readthedocs/readthedocs.org/blob/464f20e77b63f550d10dcdaa0de9bab7a7f2e349/readthedocs/rt

Good First Issue Improvement Sprintable 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
leofeyer
leofeyer commented Mar 16, 2022

I am referring to this:

https://github.com/symfony/symfony-docs/blob/dc9a534b9e426ad4bc5928d3453525973ff0604a/contributing/code/standards.rst#L182-L183

Now that we have constructor property promotion in PHP 8, do you still feel like this rule makes sense? Especially constructors can become quite long, e.g.:

class Request
{
    public function __construct(public array $query = []
good first issue actionable
Wikipedia
Wikipedia