Coder Social home page Coder Social logo

Comments (3)

ultrabug avatar ultrabug commented on June 11, 2024

Bonjour Benoit,

I'm surprised by what you're experiencing since you say your tree structure would build as

site
├── fr
│   ├── index.html
│   ├── topic1
│   │   ├── custom_data_file.csv
│   │   └── index.html
├── index.html
├── topic1
│   └── index.html

but in my understanding it should build as

site
├── fr
│   ├── index.html
│   └── topic1
│       └── index.html
├── index.html
└── topic1
    ├── custom_data_file.csv
    └── index.html

Unless your mkdocs.yml says differently? Could you share it?

from mkdocs-static-i18n.

brospars avatar brospars commented on June 11, 2024

Hello,
Yes my bad I modified it to simplify and made a mistake.

But another related problem is that sometimes images are inserted using html like so :

<figure>
  <img src="Images/TitreActivite.png" alt="Image alt" />
  <figcaption>Image caption</figcaption>
</figure>

with the following structure :

docs_dir
├── index.fr.md
├── index.en.md
├── Images
│   └── TitreActivite.png
site
├── fr
│   ├── index.html
├── index.html
└── Images
    └── TitreActivite.png

So images will work in the default language but not in the others...

from mkdocs-static-i18n.

kamilkrzyskow avatar kamilkrzyskow commented on June 11, 2024

Try using the markdown in html extension and use it like the example here:
https://squidfunk.github.io/mkdocs-material/reference/images/#image-captions

If you have to use HTML tags then use absolute paths starting with a / or /prefix from your site_url if you're hosting the page on GitHub Pages.

from mkdocs-static-i18n.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.