Skip to content

[v9.x backport] doc: add new documentation rule - #19189

Closed
estrada9166 wants to merge 1 commit into
nodejs:v9.x-stagingfrom
estrada9166:backport-18726-to-v9.x
Closed

[v9.x backport] doc: add new documentation rule#19189
estrada9166 wants to merge 1 commit into
nodejs:v9.x-stagingfrom
estrada9166:backport-18726-to-v9.x

Conversation

@estrada9166

Copy link
Copy Markdown
Contributor

Backporting doc changes.
Refs: #18726 (comment)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Doc

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project. v9.x labels Mar 6, 2018
@MylesBorins
MylesBorinsforce-pushed the v9.x-staging branch 2 times, most recently from 4e9ac10 to 50d1233CompareMarch 7, 2018 17:31
@MylesBorins

Copy link
Copy Markdown
Contributor

landed in cde6671

MylesBorins pushed a commit that referenced this pull request Mar 7, 2018
Add 80 characters limit to docs.
Change docs to fit 80 characters per row.
Backport-PR-URL: #19189
PR-URL: #18726Fixes: #18703
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
@MylesBorinsMylesBorins reopened this Mar 7, 2018
@MylesBorins

MylesBorins commented Mar 7, 2018

Copy link
Copy Markdown
Contributor

Failing on OSX when running make lint-md with

Running Markdown linter on misc docs...
BUILDING.md
1:1 error Error: Cannot parse file `.remarkrc`

edit: backed out of staging. Please rebase and attempt to get it working locally. Thanks!

@estrada9166

estrada9166 commented Mar 7, 2018

Copy link
Copy Markdown
ContributorAuthor

@MylesBorins I thought it was solved in this PR and the v9.x-stagingalready have it, do you know what can be happening?

Backporting doc changes.
PR: #18726
Refs: #18726 (comment)
@estrada9166

Copy link
Copy Markdown
ContributorAuthor

@joyeecheung Do you know what can be happening? I thought it was solved in your PR

@joyeecheung

Copy link
Copy Markdown
Member

@estrada9166 That PR fixes make lint-md-build, not make lint-md - to fix the dependency one will still have to run make lint-md-build manually, because that requires internet access and can't be just run automatically.

@MylesBorins

Copy link
Copy Markdown
Contributor

ping @estrada9166

@estrada9166

estrada9166 commented Mar 21, 2018

Copy link
Copy Markdown
ContributorAuthor

@MylesBorins I'm waiting some comments on this PR, it solve the error that you got

Running Markdown linter on misc docs...
BUILDING.md
1:1 error Error: Cannot parse file `.remarkrc`

targos pushed a commit that referenced this pull request Mar 24, 2018
Add 80 characters limit to docs.
Change docs to fit 80 characters per row.
Backport-PR-URL: #19189
PR-URL: #18726Fixes: #18703
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
@targos

Copy link
Copy Markdown
Member

Fixed conflict and landed in 26e97a1

@targostargos closed this Mar 24, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.docIssues and PRs related to the documentations.metaIssues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@estrada9166@MylesBorins@joyeecheung@targos@nodejs-github-bot