Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Oct 26, 2023
1 parent cbfe496 commit 8d03e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ function test() {
The display of [AsciiDoc](https://asciidoc.org/) files ('.adoc' extension) via [DownDoc](https://github.com/opendevise/downdoc) by manually passing the relevant filenames within a Docsify-This URL (not included in the Web Page Builder), for example: https://docsify-this.net/?basePath=https://raw.githubusercontent.com/asciidoctor/asciidoctor-pdf/main/examples&homepage=basic-example.adoc&edit-link=https://github.com/asciidoctor/asciidoctor-pdf/blob/main/examples/basic-example.adoc

#### Display of HedgeDocs files
The display of [HedgeDoc](https://hedgedoc.org/) files is possible by manually using 'download' for the `homepage` URL parameter within a Docsify-This URL (not included in the Web Page Builder), for example: https://docsify-this.net/?basePath=https://demo.hedgedoc.org/ip4SRxZYTEKa6JHr62XTiA&homepage=download You can support HedgeDoc URLs (e.g. https://demo.hedgedoc.org/ip4SRxZYTEKa6JHr62XTiA) in the Web Page Builder of your own instance of Docsify-This by locating the line `var hedgedocInstances = '';` within the `index.html` file and include your HedgeDoc instances separated by commas, for example `var allowedDomains = 'demo.hedgedoc.org';`.
The display of [HedgeDoc](https://hedgedoc.org/) files is possible by manually using 'download' for the `homepage` URL parameter within a Docsify-This URL (not included in the Web Page Builder), for example: https://docsify-this.net/?basePath=https://demo.hedgedoc.org/ip4SRxZYTEKa6JHr62XTiA&homepage=download You can support HedgeDoc URLs (e.g. https://demo.hedgedoc.org/ip4SRxZYTEKa6JHr62XTiA) in the Web Page Builder of your own instance of Docsify-This by locating the line `var hedgedocInstances = '';` within the `index.html` file and include your HedgeDoc instances separated by commas, for example `var hedgedocInstances = 'demo.hedgedoc.org';`.

#### Changing the Default Values of the Docsify-This Web Page Builder
You can change the default values of the Docsify-This Web Page Builder via URL parameters - this is especially useful when doing online sessions or workshops on Docsify-This. In addition to Docsify-This URL parameters, the following Web Page Builder URL parameters are available:
Expand Down

0 comments on commit 8d03e4d

Please sign in to comment.