Giter Site home page Giter Site logo

Comments (3)

alachambre avatar alachambre commented on August 14, 2024

More details:

The following markdown

<a id="user-task"/>
### User task list re-design

Is converted to

+++<a id="user-task">++++++</a>+++
=== User task list re-design

Which gives the following HTML:

<div class="sect2">
	...
	<div class="paragraph">
		<p><a id="user-task"></a></p>
	</div>
</div>
<div class="sect2">
	<h3 id="_user_task_list_re_design">
		<a class="anchor" href="#_user_task_list_re_design"></a>
		User task list re-design
	</h3>
	<div class="paragraph">
	...
</div>

-> A native anchor is generated by Antora for Asciidoctor titles.
-> Any links in the Bonita documentation that refers to the old anchor must be updated to the new one
⚠️ It seems to mostly impact the highlight cards in the index.html which refer a lot to anchors in the release note!
❓ A search and replace (manual ?) on the old anchor could be enough ?

-> The empty links generated from the old anchors should be removed, but the impact seems to be small.

from bonita-documentation-site.

benjaminParisel avatar benjaminParisel commented on August 14, 2024

I think we could replace +++<a id="user-task">++++++</a>+++ by [#user-task] to keep this anchor. I already do it for release note in branch 7.6 and 7.10 and it's work fine.

Automatically script cool be nice to be written and add in migration procedure

from bonita-documentation-site.

tbouffard avatar tbouffard commented on August 14, 2024

closed by #90

from bonita-documentation-site.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.