Kaan Kabalak

Results 11 issues of Kaan Kabalak

Fixes https://github.com/miniohq/engineering/issues/492 Fixes https://github.com/miniohq/engineering/issues/495

Currently, the indexName property in DocSearch is hardcoded as 'minio' in Doctor, which would cause the search functionality to not work for other people who don't have the same apiKey-indexName...

For documentation where we have table of contents, the clicks to the items there aren't directing the users to the relevant sections of the page. We would need to investigate...

- This commit adds a Rules field to the .yml file, and a Filter field under it to exclude unwanted patterns from the markdown content fetched from Github. - This...

blocked

The auto detection feature of Highlight.js incorrectly highlights certain blocks of code, ideally we should have a way to pick up the argument from the `lang` attribute of the `pre`...

When a long code snippet is present and the user scrolls to see the remaining part, the copy button seems to be scrolling with the snippet text. Please refer to...

The code behind the copy button is not legible for long code snippets. We can either increase the top padding of the `pre` element or we can show the Copy...

While parsing, the brackets < and > inside the Github documents are currently being interpreted as HTML which causes the text content not to be displayed properly.

We execute the following when we run `rake clean`: ``` task :clean do puts "Cleaning up generated docs" sh "rm -rf docs" sh "rm -f lib/_sidebar.erb" end ``` Because we...