Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-423.westeurope.1.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-423.westeurope.1.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-423.westeurope.1.azurestaticapps.net |
krnowak
left a comment
There was a problem hiding this comment.
Looks good, just had a question about relative vs absolute links.
|
|
||
| [incus]: https://linuxcontainers.org/incus/ | ||
| [documentation]: https://linuxcontainers.org/incus/docs/main/ | ||
| [official-sysext]: https://www.flatcar.org/docs/latest/provisioning/sysext/#flatcar-release-extensions-official |
There was a problem hiding this comment.
Do we have a rule about links to other pages in the flatcar docs? Whether these ought to be absolute links like this one here, or maybe relative ones. Relative links would point to an updated page within stage sites, but I'm not sure if the final website preserves the directory structure for the relative links to be valid in github repo and in the website.
There was a problem hiding this comment.
That's a good question. I wondered myself as well: it seems we're mixing both approaches across the documentation. I would be in favor of using relative links by default.
There was a problem hiding this comment.
Well, it seems this one needs to stay with the full URL link as there is an anchor reference. See: https://discourse.gohugo.io/t/how-can-i-convert-markdown-files-contains-relative-link-with-end-with-md-to-hugo-links/42087/4
You cannot use markdown into markdown in such way. When Hugo generating pages it using markdown files to generate html output (or other) If you want to link to other page, you need to link to page URL as if it was live website. That’s the Markdown way, not Hugo.
I updated the other one.
| sudo SYSTEMD_LOG_LEVEL=debug systemd-sysext refresh | ||
| ``` | ||
|
|
||
| [incusextension]: ../../container-runtimes/incus |
There was a problem hiding this comment.
Seems like here we actually use relative paths.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-423.westeurope.1.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-423.westeurope.1.azurestaticapps.net |
This provides basic instructions: * installing * initializing * initializing with ZFS * operating Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This unify documentation to use the actual sysext names from the `systemd-sysext list` output. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-423.westeurope.1.azurestaticapps.net |
This provides basic instructions:
To be merged with: flatcar/scripts#1655