dauxio / daux.io

Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.

Home Page:https://daux.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code does not float

acnimda opened this issue · comments

Code blocks does not float to the right, while enabled in config.json

Steps to reproduce the behaviour:

  1. create a config.json
  2. added in config.json
"html": {
        "toggle_code": true,
        "float": true,
        "auto_toc": true,
        "theme": "daux-green",
        "breadcrumbs": true,
        "breadcrumb_separator": "Chevrons",
        "date_modified": true,
  1. run daux generate

Expected behavior:
Expect code blocks on the right. Not integrated in content.

version

  • Version daux/daux.io 0.16.2
  • PHP 8.0.10

Additional context
It does not matter if I set "toggle_code": true, or "float": true, to true or false. Code blocks will not float.

Hello, I removed the feature quite a while ago : ef496e9

This is the commit right before this removal : https://github.com/dauxio/daux.io/tree/ac6e71030bb82dda5a1bd6b2fe8c3e4f8032949e you can extract the code and create a custom theme

I have a question though, did you find this reference in a documentation somewhere ?