Skip to content

Commit

Permalink
docs: Add missing step for extension installation when restarting Pol…
Browse files Browse the repository at this point in the history
…arion and clearify sections element a bit. (#233)

Signed-off-by: Martijn de Gouw <martijn.de.gouw@prodrive-technologies.com>
Co-authored-by: Adam Ruberti <adam.ruberti@sbb.ch>
  • Loading branch information
martijndegouw and ariwk authored Oct 16, 2024
1 parent 3bca629 commit 55f2359
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ ch.sbb.polarion.extension.pdf-exporter.weasyprint.service=http://localhost:9080

## Restart Polarion

Restart Polarion.
Stop Polarion.
Delete the `<polarion_home>/data/workspace/.config` folder.
Start Polarion.

## Configure PDF Exporter for Live Reports

Expand All @@ -36,9 +38,10 @@ scriptInjection.mainHead=<script src="/polarion/pdf-exporter/js/starter.js"></sc
On admin pane of appropriate project select menu "Documents & Pages ➙ Document Properties Sidebar", insert following new line inside `sections`-element and save your changes:

```xml
<extension id="pdf-exporter" label="PDF Exporter" />
<sections>
<extension id="pdf-exporter" label="PDF Exporter" />
</sections>
```

## Ready to go
Expand Down

0 comments on commit 55f2359

Please sign in to comment.