| Index: docs/design/README.md
|
| diff --git a/docs/design/README.md b/docs/design/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e9aeef29d1c52add08e922e8f28dfa63baec8308
|
| --- /dev/null
|
| +++ b/docs/design/README.md
|
| @@ -0,0 +1,13 @@
|
| +# Chromium Design Docs
|
| +
|
| +This directory contains chromium project documentation in
|
| +[Gitiles-flavored Markdown](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md).
|
| +It is automatically
|
| +[rendered by Gitiles](https://chromium.googlesource.com/chromium/src/+/master/docs/).
|
| +
|
| +Documents here have been imported
|
| +from [the Project site](https://www.chromium.org/developers/design-documents).
|
| +As of this writing, the vast majority of docs have not been imported yet.
|
| +
|
| +* [Threading](threading.md) - Preferred ways to use threading, and library
|
| + support for concurrency.
|
|
|