Managing Pages
Each project can contain multiple pages. Pages are managed through the page tabs at the top of the editor.
Adding a New Page
- Click the + button in the page tabs area
- Enter a page title (e.g., "About Us")
- The slug is auto-generated from the title (e.g., "about-us")
- Click Add
Switching Pages
Click on any page tab to switch between pages. The code editor and preview will update to show the selected page.
Deleting a Page
Right-click on a page tab and select Delete. The default page (index) cannot be deleted.
Page Slugs
Each page has a URL slug. For example, a page with slug about will be accessible at yoursite.com/about. The default page uses index as its slug.