From 847a8de2a12c10341abf075845e11792af1c06af Mon Sep 17 00:00:00 2001 From: Robert Fekete Date: Tue, 17 Dec 2024 16:39:51 +0100 Subject: [PATCH 1/3] Update webinar CTAs --- .../custom-right-sidebar-elements-bottom.html | 35 +++++++++++++++++-- themes/docsy-axoflow | 2 +- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/layouts/partials/hooks/custom-right-sidebar-elements-bottom.html b/layouts/partials/hooks/custom-right-sidebar-elements-bottom.html index bfce8b76..189394e0 100644 --- a/layouts/partials/hooks/custom-right-sidebar-elements-bottom.html +++ b/layouts/partials/hooks/custom-right-sidebar-elements-bottom.html @@ -1,9 +1,40 @@ - -
+
banner_webinar_resilient_syslog +
+
+ + + + + \ No newline at end of file diff --git a/themes/docsy-axoflow b/themes/docsy-axoflow index 11a8ff01..c7a9d211 160000 --- a/themes/docsy-axoflow +++ b/themes/docsy-axoflow @@ -1 +1 @@ -Subproject commit 11a8ff015689f5a81ea646f794a6499357c75fdf +Subproject commit c7a9d21190bc67a362cc10c8abb90aa19185adca From 7af05966502ba519e2067fb9d69b4f36b7969c85 Mon Sep 17 00:00:00 2001 From: Robert Fekete Date: Fri, 6 Dec 2024 15:38:45 +0100 Subject: [PATCH 2/3] Sync main menu with axoflow site --- config/_default/config.toml | 76 ++++++++++++++++++++++++++++--------- 1 file changed, 58 insertions(+), 18 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index e8749146..51551904 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -18,7 +18,7 @@ enableGitInfo = true [languages] [languages.en] -title = "AxoSyslog, the scalable security data processor" +title = "AxoSyslog scalable security data processor" languageName ="English" # Weight used for sorting. weight = 1 @@ -39,12 +39,17 @@ description = "Documentation for AxoSyslog, the scalable security data processor style = "tango" # Uncomment if you want your chosen highlight style used for code blocks without a specified language # guessSyntax = "true" + [markup.goldmark.renderHooks] + [markup.goldmark.renderHooks.image] + enableDefault = true + [markup.goldmark.renderHooks.link] + enableDefault = true [params] # email = "" - copyright = "Axoflow Inc" + copyright = "Axoflow Inc." relativeURLs = true @@ -122,6 +127,7 @@ 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 = true # Set to true to hide the navbar search box @@ -179,21 +185,42 @@ contact = "[contact us](https://axoflow.com/contact/)" [menu] [[menu.main]] - name = "PRODUCT" + name = "Product" weight = -130 - #pre = "" - url = "https://axoflow.com/axoflow-platform/" + url = "/" + identifier = "product" + [[menu.main]] + name = "Axoflow Platform" + weight = -120 + url = "https://axoflow.com/axoflow-platform/" + parent = "product" + [[menu.main]] + name = "AxoRouter" + weight = -100 + url = "https://axoflow.com/axorouter/" + parent = "product" + [[menu.main]] - name = "DOCUMENTATION" + name = "Resources" + weight = -120 + url = "/" + identifier = "resources" + [[menu.main]] + name = "Blog" + weight = -150 + url = "https://axoflow.com/blog/" + parent = "resources" + [[menu.main]] + name = "Documentation" weight = -120 #pre = "" url = "/" identifier = "documentation" - + parent = "resources" [[menu.main]] name = "Axoflow Platform" weight = -120 - url = "https://axoflow.com/axoflow-platform/" + url = "https://axoflow.com/docs/axoflow/" identifier = "documentation-axoflow" parent = "documentation" [[menu.main]] @@ -210,26 +237,39 @@ contact = "[contact us](https://axoflow.com/contact/)" parent = "documentation" [[menu.main]] - name = "BLOG" - weight = -110 - #pre = "" - url = "https://axoflow.com/blog/" + name = "About" + weight = -80 + url = "/" + identifier = "about" [[menu.main]] - name = "NEWS" + name = "News" weight = -105 - #pre = "" url = "https://axoflow.com/news/" + parent = "about" [[menu.main]] - name = "ABOUT US" + name = "About us" weight = -100 #pre = "" url = "https://axoflow.com/about-us/" + parent = "about" [[menu.main]] - name = "CONTACT" + name = "Contact" weight = 100 - #pre = "" url = "https://axoflow.com/contact/" - identifier = "menu-contact" + parent = "about" + + [[menu.main]] + name = "Login" + weight = 100 + url = "https://login.axoflow.io/" + identifier = "menu-login" + + [[menu.main]] + name = "Request Sandbox" + weight = 150 + url = "https://axoflow.com/contact/?subject=sandbox" + identifier = "menu-button" + ############################################################################### # Misc customizations ############################################################################### From ee32cbb43e587ce570d366a0e37e960edc110f14 Mon Sep 17 00:00:00 2001 From: Robert Fekete Date: Tue, 17 Dec 2024 16:40:52 +0100 Subject: [PATCH 3/3] Update breadcrumb leads --- layouts/partials/hooks/breadcrumb-lead.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/partials/hooks/breadcrumb-lead.html diff --git a/layouts/partials/hooks/breadcrumb-lead.html b/layouts/partials/hooks/breadcrumb-lead.html new file mode 100644 index 00000000..50e9938c --- /dev/null +++ b/layouts/partials/hooks/breadcrumb-lead.html @@ -0,0 +1,6 @@ + +