mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
2fc4ef33cc
- use nixosOptionsDoc commonMark output - simplify a lot of things - redesign towards a future generic standalon nixosOptionsWebsite function
8 lines
188 B
JavaScript
8 lines
188 B
JavaScript
|
|
if (window.location.pathname.match(/options/)) {
|
|
var buttons = document.querySelector("#menu-bar > div.right-buttons")
|
|
if (buttons != null) {
|
|
buttons.style.display = "none"
|
|
}
|
|
}
|