diff --git a/docs/index.md b/docs/README.md similarity index 79% rename from docs/index.md rename to docs/README.md index 325bd5e..bd03231 100644 --- a/docs/index.md +++ b/docs/README.md @@ -1,3 +1,3 @@ # DevOps База знаний -## Здесь я буду хранить свои заметки и интрукции +## Здесь я буду хранить свои заметки и инструкции diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..edbfad3 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,18 @@ +.md-source__facts { + display: none; +} + +.md-footer { + margin-top: 50px; +} + +/* Достаточно добавить { .code-wrap } к блоку кода, чтобы включить автоперенос строк. + Пример: + ```sh { .code-wrap } + *very long line of code here* + ``` +*/ +.code-wrap code { + white-space: pre-wrap; + word-break: break-word; +} \ No newline at end of file