docs: move files in docs to Wiki (original) (raw)

Background

In microsoft/vscode-go#3168 we moved all the contents from Wiki to the docs directory.

The rationals behind the move were

With the move, however, we had to give up GitHub's Wiki UI that allows more customization & search &
index options suitable for documentations. Documentation inside the main project repo is not easily
searchable either.

Proposal

Follow the github.com/microsoft/vscode project's wiki page setup. (https://github.com/microsoft/vscode/wiki vs https://github.com/Microsoft/vscode-wiki)

Note

  1. We may want to move some of user-facing settings/features/tutorials to more publicly visible webpage. Even after then, wiki will continue to serve as a place to host

cc @golang/tools-team

EDIT: (2022-04-17) Originally I proposed to have a separate repo to host documentation. But that complicates automated documentation generation with which we wanted to maintain consistency between the current code & the settings. Keeping two separate repositories isn't ideal either. Instead, I changed this proposal to use docs directory as the place we keep all the wiki page contents, and mirror the contents to the wiki page.