Skip to content

Commit b1d7d55

Browse files
committed
Disable Integrations Page and Links
Signed-off-by: Steve Scargall <[email protected]>
1 parent 46bc28a commit b1d7d55

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

hugo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ tags = 'tags'
5050
pageRef = '/examples'
5151
weight = 20
5252

53-
[[menus.main]]
54-
name = 'Integrations'
55-
pageRef = '/integrations'
56-
weight = 30
53+
#[[menus.main]]
54+
# name = 'Integrations'
55+
# pageRef = '/integrations'
56+
# weight = 30
5757

5858
# [[menus.main]]
5959
# name = 'Pricing'
@@ -76,10 +76,10 @@ tags = 'tags'
7676
pageRef = '/examples'
7777
weight = 10
7878

79-
[[menus.footerProduct]]
80-
name = 'Integrations'
81-
pageRef = '/integrations'
82-
weight = 20
79+
#[[menus.footerProduct]]
80+
# name = 'Integrations'
81+
# pageRef = '/integrations'
82+
# weight = 20
8383

8484
[[menus.footerProduct]]
8585
name = 'Blog'

themes/memmachine/layouts/_partials/home-sections.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ <h2 class="title-2">
300300
Build Intelligent Solutions with <span>Agent Memory</span>
301301
</h2>
302302
</div>
303+
<!--
303304
<div class="col-md-12">
304305
<div class="solution-item">
305306
<div data-aos="fade-up" data-aos-duration="800">
@@ -319,6 +320,8 @@ <h3>Seamless Integrations</h3>
319320
</div>
320321
</div>
321322
</div>
323+
-->
324+
322325
<div class="solution-item">
323326
<div data-aos="fade-up" data-aos-duration="800">
324327
<div class="row align-items-center">

0 commit comments

Comments
 (0)