Skip to content

Commit

Permalink
Restructured docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Nov 3, 2020
1 parent 2c004f2 commit 0f137b3
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 59 deletions.
4 changes: 4 additions & 0 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Developer

Since CustomPages version v1.0 external modules can provide own targets through the **CustomPagesService**.

60 changes: 1 addition & 59 deletions README.md → docs/MANUAL.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,4 @@
[![Build Status](https://travis-ci.org/humhub/humhub-modules-custom-pages.svg?branch=master)](https://travis-ci.org/humhub/humhub-modules-custom-pages)

## Description

The custom pages modules allows the creation of customized **pages** and **snippets** as well as on space
global level.

Depending on content type and target the following content types are available:

- MarkDown (HumHub Markdown Richtext based page)
- Link (External link)
- Iframe
- Template
- Html (Only available for global pages for security reasons)
- PHP (requires further activation under `Administration -> Custom Pages -> Settings`)

By default the module supports the following **targets** for global pages:

- Top Navigation
- User Account Menu (Account Settings)
- Directory Menu
- No Specific target (Direct link)

and global Snippets:

- Dashboard
- Directory

On space level the following page targets are supported by default:

- Space Navigation

and snippets:

- Stream Sidebar

Since v.1.0 external modules can provide own targets through the **CustomPagesService**.

__Module website:__ <https://github.com/humhub/humhub-modules-custom-pages>
__Author:__ luke, buddh4
__Author website:__ [humhub.org](http://humhub.org)


## Changelog

<https://github.com/humhub/humhub-modules-custom-pages/commits/master>

## Bugtracker

<https://github.com/humhub/humhub-modules-custom-pages/issues>
# Manual

## Getting Started

Expand Down Expand Up @@ -153,12 +104,3 @@ Another container example with a figure and floating text based upon a **image**
```











35 changes: 35 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Custom Pages

[![Build Status](https://travis-ci.org/humhub/humhub-modules-custom-pages.svg?branch=master)](https://travis-ci.org/humhub/humhub-modules-custom-pages)

The custom pages modules allows the creation of customized **pages** and **snippets** (sidebar elements) as well as on space and on
global level.

Depending on content type and target the following content types are available:

- MarkDown (HumHub Markdown Richtext based page)
- Link (External link)
- Iframe
- Template
- Html (Only available for global pages for security reasons)
- PHP (requires further activation under `Administration -> Custom Pages -> Settings`)

By default the module supports the following **targets** for global pages:

- Top Navigation
- User Account Menu (Account Settings)
- Directory Menu
- No Specific target (Direct link)

and global Snippets:

- Dashboard
- Directory

On space level the following page targets are supported by default:

- Space Navigation

and snippets:

- Stream Sidebar
1 change: 1 addition & 0 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Allows admins to create custom pages (html or markdown) or external links to various navigations (e.g. top navigation, account menu).",
"keywords": ["pages", "custom", "iframe", "markdown", "link", "navigation", "spaces"],
"version": "1.1.0",
"homepage": "https://github.com/humhub/humhub-modules-custom-pages",
"humhub": {
"minVersion": "1.7"
}
Expand Down

0 comments on commit 0f137b3

Please sign in to comment.