From f32235aa08df21aa74f2c0a3c4d6f6cc40ea0ca1 Mon Sep 17 00:00:00 2001 From: Billy Griffin <5091167+billygriffin@users.noreply.github.com> Date: Tue, 10 Mar 2020 12:52:01 -0600 Subject: [PATCH 1/2] Move docs to docs folder The docs were just hanging out in the top level repo and we thought it'd be nicer to start to organize them together. --- README.md | 2 +- releasing.md => docs/releasing.md | 0 source.md => docs/source.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename releasing.md => docs/releasing.md (100%) rename source.md => docs/source.md (100%) diff --git a/README.md b/README.md index e9aaef7ec..5c6fe6edb 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ $ yay -S github-cli Install a prebuilt binary from the [releases page][] -### [Build from source](/source.md) +### [Build from source](/docs/source.md) [docs]: https://cli.github.com/manual [scoop]: https://scoop.sh diff --git a/releasing.md b/docs/releasing.md similarity index 100% rename from releasing.md rename to docs/releasing.md diff --git a/source.md b/docs/source.md similarity index 100% rename from source.md rename to docs/source.md From 159a697159f5a4f0b7e1e5d68d55d779d24994b0 Mon Sep 17 00:00:00 2001 From: Billy Griffin <5091167+billygriffin@users.noreply.github.com> Date: Tue, 10 Mar 2020 13:22:39 -0600 Subject: [PATCH 2/2] Add README to docs folder --- docs/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..35faf36a6 --- /dev/null +++ b/docs/README.md @@ -0,0 +1 @@ +This folder is used for documentation related to developing `gh`. Docs for `gh` installation and usage are available at [https://cli.github.com/manual](https://cli.github.com/manual). \ No newline at end of file