Geoffrey McGill
Geoffrey McGill
> 2. there is a warning when i build my project (locale defined in the retype.yml file), it basically say that "fr" locale isn't recognized (en is). I was able...
>  > Like that with "fr" locale I'm assuming that screen capture is created using the `date` page config? ```yml date: 2022-09-09 ```
> Yes in the md file of the page. When i change it like: 2022-11-08 -> 08-11-2022 I assume you would like the date format to be `08-11-2022` in both...
> Would you consider supporting content links with an icon in a future release? Similar to how it works for the File or Ref component. Yes, it's a good idea...
After thinking about this a little more, I would rather not mess around with the standard Markdown hyperlink syntax, such as the above proposed syntax: ``` # Let's not do...
> yes exactly. The `date` config requires a date value in an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) international standard using the format of `YYYY-MM-DD`. Personally, I feel using a customizable or locale specific...
I have a question for you... In the page https://docs.contactit.fr/reseaux/alcatel/, you have the following configuration: https://github.com/didntchooseaname/docs.contactit.fr/blob/master/Reseaux/Alcatel/index.md?plain=1#L2-L13C45 ```yml --- title: Configuration d'un switch Alcatel icon: three-bars description: Commandes utiles pour switch...
> Does wrapping the icon in a standard markdown link would handle the expected spacing between the icon and the link? The goal would be to maintain the same sizing...
Setting the `title`, `visibility: public`, and `locale: fr` on each of the pages is not required. The `title` is not required if you add a page `#` title heading, such...
> How are you getting only one of those to be rendered on the page? I think I might know why this is happening on my machine. I will have...