Skip to content

Commit 2fa7359

Browse files
committed
feat(new-styling): 💄 update footer and tags styling
1 parent 17fffb8 commit 2fa7359

40 files changed

+261
-106
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ yarn-error.log*
2222
/.yarn
2323

2424
# IDE specific
25-
/.vscode
25+
/.vscode
26+
27+
# Local Fleek Configs
28+
fleek.config.json

docs/Open-source/code-of-conduct.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tags:
1010
- pledge
1111
- contribute
1212
- code of conduct
13-
hide_table_of_contents: true
1413
---
1514

1615

docs/Open-source/contributing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tags:
1010
- repository
1111
- contribute
1212
- open source
13-
hide_table_of_contents: true
1413
---
1514

1615
# Contributing to Lightning

docs/Open-source/repositories.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ category: Documentation
88
keywords: [repositories]
99
tags:
1010
- repository
11-
hide_table_of_contents: true
1211
---
1312

1413
The Fleek Network's repositories contain a collection of source code, libraries, and other software artifacts that are used to build and maintain our products collaboratively.

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ date: 2023-08-15T09:00:00.000+00:00
88
description: Welcome to the documentation site for Fleek Network, the decentralized content and application layer built on established decentralized storage protocols combined with high-speed caching and an effective delivery layer.
99
category: Documentation
1010
keywords: [introduction, documentation, getting started]
11-
hide_table_of_contents: true
1211
tags:
1312
- Edge Platform
1413
- Guide

docs/learn/delivery-acknowledgements.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ description: Dive into Fleek Network's Delivery Acknowledgements, immutable proo
66
tags:
77
- snarks
88
sidebarCollapsible: false
9-
hide_table_of_contents: true
109
---
1110

1211
import Author from '@site/src/components/Author';

docs/learn/developers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ tags:
1212
- Guide
1313
- Learn
1414
- Fleek Network
15-
hide_table_of_contents: true
1615
---
1716

1817
:::info

docs/learn/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ tags:
88
- learn
99
- fleek network
1010
- whitepaper
11-
hide_table_of_contents: true
1211
---
1312

1413
import Author from '@site/src/components/Author';

docs/learn/services.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ tags:
1616
- develop
1717
- sdk
1818
- toolkit
19-
hide_table_of_contents: true
2019
---
2120

2221
import Author from '@site/src/components/Author';

docs/learn/the-network.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ tags:
1515
- reputation
1616
- ports
1717
sidebarCollapsible: false
18-
hide_table_of_contents: true
1918
---
2019

2120
import Author from '@site/src/components/Author';

0 commit comments

Comments
 (0)