forked from pimcore/pimcore-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added workflow-designer, headless-documents and openid-connect
- Loading branch information
Showing
8 changed files
with
231 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
|
||
# all paths relative to pimcore-docs/bin | ||
|
||
tags=( "1.x" ) | ||
versions=( "1.1" ) | ||
labels=( "1.1 (dev)" ) | ||
maintained=( "true" ) | ||
|
||
gitRepository="git@github.com:pimcore/headless-documents.git" | ||
repository="headless-documents" | ||
outputPath="/docs/headless-documents" | ||
|
||
configFilePath="../config" | ||
configFileBaseName="headless-documents" | ||
configFileDefault="headless-documents.json" | ||
|
||
additionalPrepareConfigs="--copy-root-readme" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
|
||
# all paths relative to pimcore-docs/bin | ||
|
||
tags=( "1.x" "1.0" ) | ||
versions=( "1.1" "current" ) | ||
labels=( "1.1 (dev)" "1.0 (current)") | ||
maintained=( "true" "true") | ||
|
||
gitRepository="git@github.com:pimcore/openid-connect.git" | ||
repository="openid-connect" | ||
outputPath="/docs/openid-connect" | ||
|
||
configFilePath="../config" | ||
configFileBaseName="openid-connect" | ||
configFileDefault="openid-connect.json" | ||
|
||
additionalPrepareConfigs="--copy-root-readme" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
|
||
# all paths relative to pimcore-docs/bin | ||
|
||
tags=( "1.x" "1.0" ) | ||
versions=( "1.1" "current" ) | ||
labels=( "1.1 (dev)" "1.0 (current)") | ||
maintained=( "true" "true") | ||
|
||
gitRepository="git@github.com:pimcore/workflow-designer.git" | ||
repository="workflow-designer" | ||
outputPath="/docs/workflow-designer" | ||
|
||
configFilePath="../config" | ||
configFileBaseName="workflow-designer" | ||
configFileDefault="workflow-designer.json" | ||
|
||
additionalPrepareConfigs="--copy-root-readme" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"title": "Headless Documents", | ||
"sub_title": "This extension adds a new document type \"Headless Document\" for managing website data in a headless manner.", | ||
"format": "html", | ||
"ignore": { | ||
"files": [ | ||
"Work_In_Progress.md" | ||
], | ||
"folders": [] | ||
}, | ||
"timezone": "Europe/Vienna", | ||
"live": { | ||
"clean_urls": true | ||
}, | ||
"html": { | ||
"ribbon_text": "Enterprise", | ||
"theme": "pimcore-core", | ||
"breadcrumbs": true, | ||
"breadcrumb_separator": "Chevrons", | ||
"toggle_code": false, | ||
"date_modified": false, | ||
"float": false, | ||
"search": true, | ||
"inherit_index": true, | ||
"repo": "pimcore/headless-documents", | ||
"twitter": false, | ||
"links": { | ||
"Pimcore Core Documentation": "https://pimcore.com/docs", | ||
"Pimcore Academy": "https://pimcore.com/en/resources/academy", | ||
"Forums": "https://github.com/pimcore/pimcore/discussions", | ||
"Gitter": "https://gitter.im/pimcore/pimcore" | ||
}, | ||
"google_analytics": "UA-12436865-1", | ||
"banner": { | ||
"academy": { | ||
"link": "https://pimcore.com/en/resources/academy", | ||
"image": "https://pimcore.com/docs/pimcore/current/themes/pimcore/img/02_970x250_Billboard.jpg" | ||
} | ||
}, | ||
"disqus": { | ||
"include": false | ||
}, | ||
"version_info": { | ||
"include": true, | ||
"source_url": "https://github.com/pimcore/headless-documents/commit/{commit_hash}", | ||
"source_name": "pimcore/headless-documents@{short_commit_hash}" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"title": "OpenID Connect", | ||
"sub_title": "OpenID Connect for Pimcore Login", | ||
"format": "html", | ||
"ignore": { | ||
"files": [ | ||
"Work_In_Progress.md" | ||
], | ||
"folders": [] | ||
}, | ||
"timezone": "Europe/Vienna", | ||
"live": { | ||
"clean_urls": true | ||
}, | ||
"html": { | ||
"ribbon_text": "Enterprise", | ||
"theme": "pimcore-core", | ||
"breadcrumbs": true, | ||
"breadcrumb_separator": "Chevrons", | ||
"toggle_code": false, | ||
"date_modified": false, | ||
"float": false, | ||
"search": true, | ||
"inherit_index": true, | ||
"repo": "pimcore/openid-connect", | ||
"twitter": false, | ||
"links": { | ||
"Pimcore Core Documentation": "https://pimcore.com/docs", | ||
"Pimcore Academy": "https://pimcore.com/en/resources/academy", | ||
"Forums": "https://github.com/pimcore/pimcore/discussions", | ||
"Gitter": "https://gitter.im/pimcore/pimcore" | ||
}, | ||
"google_analytics": "UA-12436865-1", | ||
"banner": { | ||
"academy": { | ||
"link": "https://pimcore.com/en/resources/academy", | ||
"image": "https://pimcore.com/docs/pimcore/current/themes/pimcore/img/02_970x250_Billboard.jpg" | ||
} | ||
}, | ||
"disqus": { | ||
"include": false | ||
}, | ||
"version_info": { | ||
"include": true, | ||
"source_url": "https://github.com/pimcore/openid-connect/commit/{commit_hash}", | ||
"source_name": "pimcore/openid-connect@{short_commit_hash}" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"title": "Workflow Designer", | ||
"sub_title": "Visual Workflow Designer for Pimcore", | ||
"format": "html", | ||
"ignore": { | ||
"files": [ | ||
"Work_In_Progress.md" | ||
], | ||
"folders": [] | ||
}, | ||
"timezone": "Europe/Vienna", | ||
"live": { | ||
"clean_urls": true | ||
}, | ||
"html": { | ||
"ribbon_text": "Enterprise", | ||
"theme": "pimcore-core", | ||
"breadcrumbs": true, | ||
"breadcrumb_separator": "Chevrons", | ||
"toggle_code": false, | ||
"date_modified": false, | ||
"float": false, | ||
"search": true, | ||
"inherit_index": true, | ||
"repo": "pimcore/workflow-designer", | ||
"twitter": false, | ||
"links": { | ||
"Pimcore Core Documentation": "https://pimcore.com/docs", | ||
"Pimcore Academy": "https://pimcore.com/en/resources/academy", | ||
"Forums": "https://github.com/pimcore/pimcore/discussions", | ||
"Gitter": "https://gitter.im/pimcore/pimcore" | ||
}, | ||
"google_analytics": "UA-12436865-1", | ||
"banner": { | ||
"academy": { | ||
"link": "https://pimcore.com/en/resources/academy", | ||
"image": "https://pimcore.com/docs/pimcore/current/themes/pimcore/img/02_970x250_Billboard.jpg" | ||
} | ||
}, | ||
"disqus": { | ||
"include": false | ||
}, | ||
"version_info": { | ||
"include": true, | ||
"source_url": "https://github.com/pimcore/workflow-designer/commit/{commit_hash}", | ||
"source_name": "pimcore/workflow-designer@{short_commit_hash}" | ||
} | ||
} | ||
} |