Skip to content

Commit

Permalink
Add a link from static docs to plugin docs
Browse files Browse the repository at this point in the history
We found during testing that trying to explain to users how to get to
the internal docs didn't really work. Instead lets try a link that only
works if the PK is running.
  • Loading branch information
simonwo committed Sep 20, 2024
1 parent b1a737a commit 1a33709
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/importer/assets/docs/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ <h2 class="govuk-heading-l">Installation</h2>
<div data-static-only>
<p>Install the plugin by typing:</p>
<pre>npm install 'https://gitpkg.vercel.app/register-dynamics/data-import/lib/importer?main'</pre>
<p>Then run the Prototype Kit and visit the "Manage Prototype" section to get help on
using the Importer.</p>
<p>Then run the Prototype Kit and visit <a
href="http://localhost:3000/plugin-assets/%40register-dynamics%2Fimporter/assets/docs/start.html">the
internal documentation</a>
to get help using the Data Design Kit.</p>
</div>
<p data-plugin-only class="govuk-body">
<span class="govuk-tag govuk-tag--green">Installed</span>
Expand Down

0 comments on commit 1a33709

Please sign in to comment.