-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Conversation
Looks great, thanks for doing this work 👍 The only gripe I have left is that currently when I browse the Documentation root I need to scroll down 2+ pages until I get to the rendered readme content, cause there are so many files in the root. Now that we're no longer limited by the GH wiki's flat file structure, can we move the files into subfolders? I think the categorization you already did on the readme ( |
👍 to the additions and @akoeplinger's suggestion about subdirectories. |
Good point @akoeplinger and @jasonwilliams200OK. It was always the plan to wait until good categories of docs presented themselves. That does indeed seem to happening. Let's merge these two PRs first and then figure that out. |
385a377
to
75378e3
Compare
75378e3
to
01cf43d
Compare
Looking for some validation on this one before I merge it and the corefx one. /cc @janvorli, @jkotas, @kangaroo, @gkhanna79 |
LGTM -- I'm not sure if its an anomaly, but github took FOREVER to render Documentation when I clicked on it in your repo. @akoeplinger feedback is valid, but I'm not sure its a huge deal. I think if we choose to move to folders, that can be done in a follow up PR. |
try switching |
@kangaroo Just clicked (presumably) on the same buttons and didn't see the big slow-down. Agreed. No need to re-work the directory structure in this PR, but a good idea. Thanks for taking a look. |
Move wiki files to coreclr repo
As raised in #1075 by @akoeplinger, the Documentation folder's file list forces the user to scroll way down to see the README.md. This PR fixes that by storing the documents in separate sub-folders one per hierarchy of related documents. Also changed Documentation\README.md and root README.md to take into account the new paths.
As raised in #1075 by @akoeplinger, the Documentation folder's file list forces the user to scroll way down to see the README.md. This PR fixes that by storing the documents in separate sub-folders one per hierarchy of related documents. Also changed Documentation\README.md and root README.md to take into account the new paths.
As raised in #1075 by @akoeplinger, the Documentation folder's file list forces the user to scroll way down to see the README.md. This PR fixes that by storing the documents in separate sub-folders one per hierarchy of related documents. Also changed Documentation\README.md and root README.md to take into account the new paths.
As raised in #1075 by @akoeplinger, the Documentation folder's file list forces the user to scroll way down to see the README.md. This PR fixes that by storing the documents in separate sub-folders one per hierarchy of related documents. Also changed Documentation\README.md and root README.md to take into account the new paths.
See dotnet/corefx#1879. It is an analogous PR on the CoreFX repo. They should be merged at the same time, since there are links that cross-reference new content.
In response to: https://github.com/dotnet/corefx/issues/1781.
Earlier wiki migration: #662.
/cc @ellismg, @janvorli, @blackdwarf, @terrajobst, @akoeplinger