Pages¶
Colectica Portal allows you to create custom pages. These pages can be used to add information about your organization, study, or anything else. The pages are accessible from a URL like the following: http://example.org/page/{path}/{id}
Add a Page¶
To add a new page:
Click the Create a new page or Create your first page button.
Enter the details for your page.
Click the Save button.
Edit a Page¶
You can edit the following information about a page.
- Title
The title of the page. This appears at the top of the page, and is also set as the page’s HTML <title>.
- Path
The part of the URL after “/page/”. This cannot contain spaces.
- Content
The content to appear on the page. This can use Markdown formatting or HTML markup.
- Include in Main Navigation
Indicates whether the page should be included in the main navigation bar.
- Weight
If the page is included in the main navigation bar, the weight determines the order in which it is displayed. Items with higher weights are displayed after lower weights.
When done editing, click the Save button.
Remove a Page¶
To remove a page, click the Delete button next to the page. You will be prompted to confirm that you want to remove the page.