Uh oh!
There was an error while loading. Please reload this page.
doc: add guides to (navigational) _toc.md - #6522
Conversation
This effectivetly gives the guides a home for users to naviagte to the guides from the reference
| @@ -0,0 +1,39 @@ | |||
| # Building Node with Ninja | |||
There was a problem hiding this comment.
git mv the one file that was already there into some sort of file structure
Qard
commented
May 2, 2016
Might be better to not impose the directory structure part of categorization. I think it's likely things will move in the future, or topics will come up that fit many categories. |
jasnell
commented
Aug 9, 2016
ping @eljefedelrodeodeljefe ... what's the status on this? |
joshgav
commented
Oct 14, 2016
@eljefedelrodeodeljefe@Fishrock123 do we want the guides to live in the API docs? In that case, we should consider moving these over too: https://github.com/nodejs/nodejs.org/tree/master/locale/en/docs/guides |
Fishrock123
commented
Oct 14, 2016
The guides belong(ed) here but the build steps necessary were never completed. |
joshgav
commented
Oct 14, 2016
Thanks @Fishrock123. @eljefedelrodeodeljefe - if I can find some time, do you mind if I work on this? |
c133999 to
83c7a88Compareeljefedelrodeodeljefe
commented
Dec 1, 2016
Be my guest. If you don't it will be okay too. I should make a broader proposal for getting this in though and will try to force me working on this the coming weekend. |
| @@ -0,0 +1,39 @@ | |||
| # Building Node with Ninja | |||
| The purpose of this guide is to show how to build Node.js using [Ninja][], as doing so can be significantly quicker than using `make`. Please see [Ninja's site][Ninja] for installation instructions (unix only). | |||
joshgav
commented
Jan 18, 2017
Related: #10792 |
jasnell
commented
Mar 1, 2017
Ping @eljefedelrodeodeljefe ... still want to pursue this? |
eljefedelrodeodeljefe
commented
Mar 1, 2017
Will check (after now having moved the guides) and possibly merge tomorrow, if there are no objections. Sorry for my lack of time @jasnell and thanks for pining |
BridgeAR
commented
Aug 27, 2017
BridgeAR
commented
Sep 12, 2017
Closing due to a long inactivity. @eljefedelrodeodeljefe please feel free to reopen if you want to follow up on this. |
DO NOT MERGE
Checklist
Affected core subsystem(s)
docDescription of change
This effectivetly gives the guides a home for users to naviagte
to the guides from the reference.
It's a little early because of #5408, but we would need to have the discussion asap to put the guides somewhere. Also the home of guides needs to have an own toc, structure and index.html.
cc @nodejs/documentation and @jasnell probably has a good opinion on this, if you like.