📝 Update docs for new source code structure.

This commit is contained in:
Cheng Zhao 2014-03-16 09:17:45 +08:00
parent b1f4a47b5b
commit eaab9b295b

View file

@ -11,6 +11,7 @@ to understand the source code better.
## Structure of source code
* **atom** - Source code of atom-shell.
* **app** - Contains system entry code, this is the most basic level of the
program.
* **browser** - The frontend including the main window, UI, and all browser
@ -38,6 +39,7 @@ to understand the source code better.
* **lib** - Javascript part of the API implementation.
* **spec** - Automatic tests.
* **script** - Scripts for building atom-shell.
* **chrome** - Source code modified from Chromium's chrome component.
## Structure of other directories