Neoteroi / mkdocs-plugins

Plugins for MkDocs.
MIT License
116 stars 9 forks source link

[Question] relative URL for cards? #55

Closed YozoraXCII closed 6 months ago

YozoraXCII commented 6 months ago

This is a question rather than an issue, my apologies.

I'm trying to set up Cards, but I want the url to point to a local location (i.e. "myfile.html") rather than a hard-coded URL - is this possible? I can't seem to figure it out.

YozoraXCII commented 6 months ago

Solved it

helmlingp commented 2 weeks ago

Solved it

@YozoraXCII how did you solve it?

helmlingp commented 2 weeks ago

Solved it

@YozoraXCII how did you solve it?

::cards:: cols=5 image-bg
- title: TMDb Icon
  content: This is a test
  image: ../assets/icons/tmdb.png
  url: "../tmdb"

great thanks, thats how I am doing it also. I was having issues with submodules and monorepo building the entire "site"