From 676743c5fc66c0499b8ac349429c99171a146f78 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 6 Jun 2017 23:23:41 -0600 Subject: [PATCH] Created Code Browsing (markdown) --- Code-Browsing.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Code-Browsing.md diff --git a/Code-Browsing.md b/Code-Browsing.md new file mode 100644 index 0000000..fb1baa6 --- /dev/null +++ b/Code-Browsing.md @@ -0,0 +1,5 @@ +This page will help you get comfortable and familiar with Caddy's code base quickly. + +**We recommend using [code search by Sourcegraph](https://sourcegraph.com/github.com/mholt/caddy/-/search).** It's a powerful, quick way to find what you're looking for! + +(TODO: Finish this page. Give an orientation of the project, how it is structured, and its code... etc.) \ No newline at end of file