📝 Update docs for new source code structure.
This commit is contained in:
parent
b1f4a47b5b
commit
eaab9b295b
1 changed files with 29 additions and 27 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue