Skip to content

Commit 9e59a03

Browse files
committed
remove showcase mentions in other files
1 parent 59fdc89 commit 9e59a03

File tree

4 files changed

+0
-23
lines changed

4 files changed

+0
-23
lines changed

COPYsrc/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<a class="nav-item nav-link pr-4 pl-4" href="faq/"><h5 class="font-weight-normal">FAQ</h2></a>
1818
<a class="nav-item nav-link pr-4 pl-4" href="blog/"><h5 class="font-weight-normal">Blog</h2></a>
1919
<a class="nav-item nav-link pr-4 pl-4" href="community/"><h5 class="font-weight-normal">Community</h2></a>
20-
<a class="nav-item nav-link pr-4 pl-4" href="showcase/"><h5 class="font-weight-normal">Showcase</h2></a>
2120
</div>
2221
</div>
2322

@@ -48,9 +47,6 @@ <h2 style="font-family: Bison;">Exokit</h2>
4847
<div class="col-12 mb-4">
4948
<a href="community/"><h5 class="font-weight-light">Community</h5></a>
5049
</div>
51-
<div class="col-12 mb-4">
52-
<a href="showcase/"><h5 class="font-weight-light">Showcase</h5></a>
53-
</div>
5450
<div class="col-12 mb-4">
5551
<i id="closeLittleNav" class="fas fa-times fa-2x" style="margin-bottom: 5vh; cursor: pointer;"></i>
5652
</div>

themes/exokit/layout/index.ejs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
<li class="menu-item">
2424
<a href="<%- url_for('community/') %>">Community</a>
2525
</li>
26-
<li class="menu-item">
27-
<a href="<%- url_for('showcase/') %>">Showcase</a>
28-
</li>
2926
<li class="menu-item">
3027
<a href="https://github.com/exokitxr/exokit">GitHub</a>
3128
</li>
@@ -42,17 +39,5 @@
4239
Download
4340
</a>
4441

45-
<div id="usersContainer">
46-
<p>Used by</p>
47-
<ul id="users">
48-
<% site.data.showcase.users.forEach(function (user, idx) { %>
49-
<li class="user">
50-
<a href="<%- user.url %>" title="<%- user.description %>">
51-
<img src="/images/users/<%- user.company.toLowerCase().replace(/\s/g, '') %>.svg">
52-
</a>
53-
</li>
54-
<% }); %>
55-
</ul>
56-
</div>
5742
</div>
5843
</div>

themes/exokit/layout/page.ejs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
<%- page.content %>
1313

14-
<% if (page.type === 'showcase') { %>
15-
<%- partial('partials/showcase', {projects: site.data.showcase.projects}) %>
16-
<% } %>
1714

1815
<%- partial('partials/docs/footer', {item: page}) %>
1916
</div>

themes/exokit/layout/partials/secondary/sidebar_header.ejs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ var links = [
33
{url: 'docs/introduction/', text: 'Docs'},
44
{url: 'blog/', text: 'Blog'},
55
{url: 'community/', text: 'Community'},
6-
{url: 'showcase/', text: 'Showcase'},
76
{url: config.github.exokit.url, text: 'GitHub', slug: 'github', title: 'Exokit Project Repository'},
87
{url: 'https://discord.gg/wm62cFN', text: 'Discord'}
98
];

0 commit comments

Comments
 (0)