RFR: Populating the repo with the old html guide files.

Jesper Wilhelmsson jwilhelm at openjdk.java.net
Fri May 8 19:28:47 UTC 2020


On Fri, 8 May 2020 19:10:47 GMT, Iris Clark <iris at openjdk.org> wrote:

>> Adding the old guide files.
>
> src/producingChangeset.html line 233:
> 
>> 232:
>> 233: <h3><a name="sshGen">Generating an SSH Key</a></h3>
>> 234:
> 
> I hope this or similar anchor stays around long term. I often use it when answering user questions.

The ATX headers that is recommended in other OpenJDK documents that use markdown automatically creates links to all
headers. The default is to use the text from the header so the header above would be written as

>     ### Generating an SSH Key

which in turn would generate this html

>     <h3 id="generating-an-ssh-key">Generating an SSH Key</h3>

So all headers will have links but by default they won't be the same links as they used to be. I would prefer if we
could stick with the defaults if possible.

-------------

PR: https://git.openjdk.java.net/guide/pull/1


More information about the guide-dev mailing list