The Wayback Machine - https://web.archive.org/web/20201123225821/https://github.com/topics/yaml-configuration
Skip to content
#

yaml-configuration

Here are 204 public repositories matching this topic...

NiklasRosenstein
NiklasRosenstein commented Jun 14, 2020

You can have two API objects that use the same anchor reference. When both are rendered into the same Markdown file, the references are not unique, and one of the links will not work.

def a():
  """ Links to [a][0].

  [0]: https://a.org """

def b():
  """ Links to [b][0].

  [0]: https://b.org """

The MarkdownRenderer should find such duplicate references (here 0 an

greenled
greenled commented Jul 25, 2019

Since the beginig of the times this project's name has been "Portainer Stack Utils", which describes what it is and what it does. In order to avoid possible future legal issues with Portainer registered trademark it should be renamed to something that does not include "Portainer". Also, it has evolved to include more than just "stacks", so the name should not limit to "Stack Utils". Whatever name

Improve this page

Add a description, image, and links to the yaml-configuration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yaml-configuration topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.