Skip to content

Commit

Permalink
Merge pull request #86 from axoflow/new-design-fixes
Browse files Browse the repository at this point in the history
New design
  • Loading branch information
fekete-robert authored Dec 2, 2024
2 parents 59e1104 + 38937b2 commit b5b2fe2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ assets/scss/_styles_project.scss
*/
@import "../../themes/docsy-axoflow/assets/scss/_styles_project.scss";

// Disable unneeded meta urls in the right sidebar

.td-page-meta--child {
display: none !important;
}
7 changes: 5 additions & 2 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,12 @@ description = "Documentation for AxoSyslog, the scalable security data processor
# Enable to show the side bar menu in its compact state.
#sidebar_menu_compact = false
# Enable to make the side bar menu foldable.
sidebar_menu_foldable = true
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = false
sidebar_search_disable = true
# Set to true to hide the navbar search box
navbar_search_disable = true

footer_left_logo_disable = true

[params.social]
# Used as twitter:site in page metadata
Expand Down
2 changes: 2 additions & 0 deletions content/chapter-destinations/destination-loki/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "loki: Grafana Loki"
weight: 3050
driver: "loki()"
short_description: "Send messages to Grafana Loki"
aliases:
- /chapter-destinations/syslog-ng-with-loki/
---
<!-- This file is under the copyright of Axoflow, and licensed under Apache License 2.0, except for using the Axoflow and AxoSyslog trademarks. -->

Expand Down
2 changes: 1 addition & 1 deletion themes/docsy
Submodule docsy updated 189 files

0 comments on commit b5b2fe2

Please sign in to comment.