New Wiki and new Wiki team member

Its your choice, but if i would be a newcomer i would not know what the minie-library is about. What if there would be a super small naming convention for the modules close to the engine?

like: name-usecase-library… in your case minie-physics-library?

just my small cent

1 Like

That raises an interesting question: are module names visible to newcomers, or just the titles?

I think that is excellent input.

No, not unless they are looking at your repository with a browser, only thing that shows using Antora UI is what you put in antora.yml. You control that.

https://docs.antora.org/antora/2.3/component-name-and-version/#name-key

https://docs.antora.org/antora/2.3/component-title/

The module name comes into play when referencing pages in the actual documents you write.

Its the title you need to think of, something like

Minie Physics Library

Look at the jme-ui demo docs to see how and where the title jMonkeyEngine Ui gets used by opening the module browser window in the bottom left. Then see what looks like after selecting

https://mitm001.github.io/docs.jmonkeyengine.org/docs/jme3.html

Edit: The name of a component is visible in the browsers navigation bar url at the top of the browser. Ours is jmonkeyengine-ui (lower case) . Thats why there are limitations on what you can use for a name, it becomes part of the url.

2 Likes