Skip to content

Commit

Permalink
fixing help links
Browse files Browse the repository at this point in the history
  • Loading branch information
matdave committed Jul 10, 2024
1 parent 7878955 commit ca70c30
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<variables></variables>
<build-profile instance="fd">
<variables>
<noindex-content>true</noindex-content>
<noindex-content>false</noindex-content>
</variables>
</build-profile>

Expand Down
24 changes: 12 additions & 12 deletions Writerside/fd.tree
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
<toc-element topic="override.md"/>
</toc-element>
<toc-element toc-title="Fred CMP">
<toc-element topic="cmp_elements.md"/>
<toc-element topic="element_categories.md"/>
<toc-element topic="option_sets.md"/>
<toc-element topic="rte_configs.md"/>
<toc-element topic="rebuild.md"/>
<toc-element topic="cmp_blueprints.md"/>
<toc-element topic="blueprint_categories.md"/>
<toc-element topic="cmp_themes.md"/>
<toc-element topic="themed_templates.md"/>
<toc-element topic="media_sources.md"/>
<toc-element topic="theme_settings_and_resolvers.md"/>
<toc-element topic="cmp_elements.md" accepts-web-file-names="themer/cmp/elements/"/>
<toc-element topic="element_categories.md" accepts-web-file-names="themer/cmp/element_categories/"/>
<toc-element topic="option_sets.md" accepts-web-file-names="themer/cmp/option_sets/"/>
<toc-element topic="rte_configs.md" accepts-web-file-names="themer/cmp/rte_configs/"/>
<toc-element topic="rebuild.md" accepts-web-file-names="themer/cmp/rebuild/"/>
<toc-element topic="cmp_blueprints.md" accepts-web-file-names="themer/cmp/blueprints/"/>
<toc-element topic="blueprint_categories.md" accepts-web-file-names="themer/cmp/blueprint_categories/"/>
<toc-element topic="cmp_themes.md" accepts-web-file-names="themer/cmp/themes/"/>
<toc-element topic="themed_templates.md" accepts-web-file-names="themer/cmp/themed_templates/"/>
<toc-element topic="media_sources.md" accepts-web-file-names="themer/cmp/media_sources/"/>
<toc-element topic="theme_settings_and_resolvers.md" accepts-web-file-names="themer/cmp/theme_settings_and_resolvers/"/>
</toc-element>
<toc-element topic="rte_configs_index.md"/>
<toc-element topic="system_settings_index.md"/>
Expand Down Expand Up @@ -68,4 +68,4 @@
</toc-element>

<toc-element topic="credits.md"/>
</instance-profile>
</instance-profile>
2 changes: 1 addition & 1 deletion assets/components/fred/mgr/js/blueprint/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fred.page.Blueprint = function (config) {
},
{
xtype: 'fred-button-help',
path: 'themer/cmp/blueprints/'
path: 'blueprints.html'
}
],
components: [
Expand Down
2 changes: 1 addition & 1 deletion assets/components/fred/mgr/js/element/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fred.page.Element = function (config) {
},
{
xtype: 'fred-button-help',
path: 'themer/cmp/elements/'
path: 'elements.html'
}
],
components: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fred.window.Blueprint = function (config) {
buttons: [
{
xtype: 'fred-button-help',
path: 'themer/cmp/blueprints/'
path: 'blueprints.html'
},
'->',
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fred.window.BlueprintCategory = function (config) {
buttons: [
{
xtype: 'fred-button-help',
path: 'themer/cmp/blueprint_categories/'
path: 'blueprint-categories.html'
},
'->',
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fred.window.Element = function (config) {
buttons: [
{
xtype: 'fred-button-help',
path: 'themer/cmp/elements/'
path: 'cmp-elements.html'
},
'->',
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fred.window.ElementCategory = function (config) {
buttons: [
{
xtype: 'fred-button-help',
path: 'themer/cmp/element_categories/'
path: 'element-categories.html'
},
'->',
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Ext.extend(fred.window.ElementOptionSet, MODx.Window, {
var buttons = [
{
xtype: 'fred-button-help',
path: 'themer/cmp/option_sets/'
path: 'option-sets.html'
},
'->',
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fred.window.ElementRTEConfig = function (config) {
buttons: [
{
xtype: 'fred-button-help',
path: 'themer/cmp/rte_configs/'
path: 'rte-configs.html'
},
'->',
{
Expand Down
2 changes: 1 addition & 1 deletion assets/components/fred/mgr/js/home/widgets/theme.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fred.window.ThemeBuild = function (config) {
buttons: [
{
xtype: 'fred-button-help',
path: 'themer/cmp/themes/#build'
path: 'cmp-themes.html#build-a-theme-to-share'
}, '->', {
text: config.cancelBtnText || _('cancel'),
scope: this,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fred.window.ThemedTemplate = function (config) {
buttons: [
{
xtype: 'fred-button-help',
path: 'themer/cmp/themed_templates/'
path: 'themer/cmp/themed-templates.html'
},
'->',
{
Expand Down

0 comments on commit ca70c30

Please sign in to comment.