From b104342c63715eb83aeedadbb524393bc6037dcb Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 8 Feb 2016 17:30:26 -0800 Subject: [PATCH] Add 'wiki' and 'handbook' directories to the docs folder with READMEs. --- doc/handbook/README.md | 4 ++++ doc/wiki/README.md | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 doc/handbook/README.md create mode 100644 doc/wiki/README.md diff --git a/doc/handbook/README.md b/doc/handbook/README.md new file mode 100644 index 00000000000..2d2e0e83a46 --- /dev/null +++ b/doc/handbook/README.md @@ -0,0 +1,4 @@ +# The TypeScript Handbook + +The contents of the TypeScript Handbook can be read from [its GitHub repository](https://github.com/Microsoft/TypeScript-Handbook). +Issues and pull requests should be directed there. \ No newline at end of file diff --git a/doc/wiki/README.md b/doc/wiki/README.md new file mode 100644 index 00000000000..19961197840 --- /dev/null +++ b/doc/wiki/README.md @@ -0,0 +1,6 @@ +# The TypeScript Wiki + +To read the wiki, [visit the wiki on GitHub](https://github.com/Microsoft/TypeScript/wiki). + +To contribute by filing an issue or sending a pull request, [visit the wiki repository](https://github.com/Microsoft/TypeScript-wiki). +