1f0b6e8adb Add a line wrapping css to not overflow on little screens, add mini_racer to dependencies to build
Marius commented on pull request plume/documentation#125
Sass documentation cleanupIn [source/guide/instance-administration.html.md](https://git.joinplu.me/Plume/documentation/src/commit/542a0b923660e897ff619f13e437162892c34be5/source/guide/instance-administration.html.md) you add the following : ```markdown [a Sass syntax](https://sass-lang.com/documentation/syntax) (SCSS or indented) ``` What is the point to precise *(SCSS or indented)* ? As i do not know the real difference between them it confuses me a little.
3 weeks ago
Marius created pull request plume/documentation#124
Add a non overflow behaviour (Fix #120)1 month ago
Marius pushed to main at Marius/documentation
1 month ago
Marius pushed to main at Marius/documentation
1 month ago
Marius created repository Marius/documentation
1 month ago
Marius commented on issue plume/documentation#120
Style of documentationIt seems like adding ```css .highlight { white-space: pre-line; ... } ``` Made the whole thing (code and page) and correct everything, i only tested it into the CSS inspector of firefox, will try to do a PR for this.
1 month ago
Marius commented on issue plume/documentation#120
Style of documentationI get two pictures of what happens for my configuration : * `360*720` px * User Agent : `Mozilla/5.0 (Android 10; Mobile; rv:84.0) Gecko/84.0 Firefox/84.0` The without change picture on [https://docs.joinplu.me/api/](https://docs.joinplu.me/api/) page, shows that text overflow, Firefox inspector shows it too. Then i change the css to add : ```css body > main { width: 100%; ... } ``` and get the second image. The code block still overflows, i will try to repair this too.
2 months ago
Marius commented on issue plume/documentation#104
Document Testing stepCould be closed as [Pull request #106](https://git.joinplu.me/plume/documentation/pulls/106) document this.
3 months ago
Marius commented on pull request plume/documentation#100
doc-typoI finally fix it !(i take time to battle with git commands). So the PR is ready i remove the wip.
4 months ago
Marius commented on pull request plume/documentation#100
doc-typoI revert the changes for *contributors.html.md* and add a TODO in the test section to document it, however i do not know if i could do it myself (Not sure of my install actually). Would you that i did it in this PR, or we close it and let another pr do the job of documenting the testing section ?
4 months ago