# Pages documentation
All HTML code that is rendered in Luminate or in the mock-up site lives in /pages folder.
All .php files that live immediately in the folder are mock-up pages for the site.
/pages/components/ contains page fractions for ease of management of code
/pages/luminate-online/ contain copies of HTML and sometimes php files that render into HTML that link in Luminate Online. The rendered code from these files is copied and pasted into Luminate Online. This folder is organized into subfolders based on the prefix of pages. For example, all pages that start with a keyword api live in /pages/luminate-online/api/ subfolder, etc. This was done to group the files and make them easier to find.
# Page organization in the repository
- Luminate online pages are in /pages/luminate-online/
- Default HTML markup is in /pages/ & /pages/components/ pages.