Skip to content

Remove 'On This Page' from a lot of pages#194

Open
seanbright wants to merge 1 commit into
asterisk:mainfrom
seanbright:on-this-page
Open

Remove 'On This Page' from a lot of pages#194
seanbright wants to merge 1 commit into
asterisk:mainfrom
seanbright:on-this-page

Conversation

@seanbright
Copy link
Copy Markdown
Contributor

@seanbright seanbright commented May 22, 2026

Also removes a handful of weird things like lines that just contain percentages with no context (e.g. 40%)

Comment thread docs/Configuration/Interfaces/Asterisk-REST-Interface-ARI/index.md Outdated
@seanbright
Copy link
Copy Markdown
Contributor Author

lines that just contain percentages with no context (e.g. 40%)

These come from the source material which contains this type of thing:

<ac:structured-macro ac:name="panel">
        <ac:parameter ac:name="bgColor">white</ac:parameter>
        <ac:parameter ac:name="title">Custom Device State Provider</ac:parameter>
        <ac:parameter ac:name="borderStyle">solid</ac:parameter>
        <ac:rich-text-body>
                <ac:structured-macro ac:name="section">
                        <ac:rich-text-body>
                                <ac:structured-macro ac:name="column">
                                        <ac:parameter ac:name="width">50%</ac:parameter>
                                        <ac:rich-text-body>
                                                <ac:macro ac:name="center">
                                                        <ac:rich-text-body><strong>Feature Description</strong></ac:rich-text-body>
                                                </ac:macro>
                                        </ac:rich-text-body>
                                </ac:structured-macro>
...

So any page that was in the wiki using this (I guess a "panel?") will not be rendering correctly in markdown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants