Skip to content

Commit 7e4998e

Browse files
authored
fix: update documentation references and improve consistency across files
1 parent 0410b86 commit 7e4998e

5 files changed

Lines changed: 19 additions & 21 deletions

File tree

docs/index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,10 @@ The ONE ecosystem is a decentralized infrastructure powered by EXPL Nodes and th
8080

8181
### Social & Community
8282

83-
| Platform | Link |
84-
|----------|------|
85-
| **GitHub** | [EXPL.ONE](https://github.com/explorills){:target="_blank"} |
86-
| **Twitter** | [EXPL.ONE](https://x.com/explorills_main){:target="_blank"} |
87-
| **Discord** | [EXPL.ONE](https://discord.gg/jaZ23J3NCc){:target="_blank"} |
88-
| **LinkedIn** | [EXPL.ONE](https://www.linkedin.com/company/explorills){:target="_blank"} |
83+
- [**GitHub**](https://github.com/explorills){:target="_blank"}: Explore Repositories
84+
- [**Twitter**](https://x.com/explorills_main){:target="_blank"}: Follow for Updates
85+
- [**Discord**](https://discord.gg/jaZ23J3NCc){:target="_blank"}: Join the Community
86+
- [**LinkedIn**](https://www.linkedin.com/company/explorills){:target="_blank"}: Connect with Us
8987

9088
---
9189

docs/projects/overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The ONE ecosystem consists of 10 interconnected projects, each designed to creat
1111

1212
## In Production & Development
1313

14-
### <span style="color: #16a34a;">ONE pump</span>
14+
### <span style="color: #ffffff;">ONE</span> <span style="color: #16a34a;">pump</span>
1515

1616
**Decentralized Token Launch & Trading Platform**
1717

@@ -23,7 +23,7 @@ A cryptocurrency sentiment tracking application where users vote on tokens throu
2323

2424
---
2525

26-
### <span style="color: #2563eb;">ONE network</span>
26+
### <span style="color: #ffffff;">ONE</span> <span style="color: #2563eb;">network</span>
2727

2828
**Core Blockchain Infrastructure**
2929

@@ -35,7 +35,7 @@ The foundational blockchain infrastructure powering the entire ONE ecosystem. Op
3535

3636
---
3737

38-
### <span style="color: #ec4899;">ONE world</span>
38+
### <span style="color: #ffffff;">ONE</span> <span style="color: #ec4899;">world</span>
3939

4040
**Metaverse & Digital Experiences Platform**
4141

@@ -51,25 +51,25 @@ A metaverse platform connecting digital experiences, enabling users to interact,
5151

5252
The following projects are in planning and development stages. Each will be announced with detailed documentation as development progresses.
5353

54-
### <span style="color: #dc2626;">ONE agent</span>
54+
### <span style="color: #ffffff;">ONE</span> <span style="color: #dc2626;">agent</span>
5555
**Status**: Coming Soon
5656

57-
### <span style="color: #dfdfdf;">ONE chat</span>
57+
### <span style="color: #ffffff;">ONE</span> <span style="color: #dfdfdf;">chat</span>
5858
**Status**: Coming Soon
5959

60-
### <span style="color: #92400e;">ONE ID</span>
60+
### <span style="color: #ffffff;">ONE</span> <span style="color: #92400e;">ID</span>
6161
**Status**: Coming Soon
6262

63-
### <span style="color: #facc15;">ONE venture</span>
63+
### <span style="color: #ffffff;">ONE</span> <span style="color: #facc15;">venture</span>
6464
**Status**: Coming Soon
6565

66-
### <span style="color: #64748b;">ONE care</span>
66+
### <span style="color: #ffffff;">ONE</span> <span style="color: #64748b;">care</span>
6767
**Status**: Coming Soon
6868

69-
### <span style="color: #ef5609;">ONE merch</span>
69+
### <span style="color: #ffffff;">ONE</span> <span style="color: #ef5609;">merch</span>
7070
**Status**: Coming Soon
7171

72-
### <span style="color: #84cc16;">ONE space</span>
72+
### <span style="color: #ffffff;">ONE</span> <span style="color: #84cc16;">space</span>
7373
**Status**: Coming Soon
7474

7575
---

docs/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "EXPL.ONE Documentation - ONE Ecosystem",
3-
"short_name": "EXPL Docs",
2+
"name": "ONE documentation - ONE Ecosystem",
3+
"short_name": "ONE docs",
44
"description": "Official documentation for the ONE ecosystem - powered by EXPL Nodes. Open source, community-driven, 40% revenue to EXPL Node owners.",
55
"start_url": "/",
66
"scope": "/",

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: EXPL.ONE Documentation
1+
site_name: ONE documentation
22
site_url: https://docs.expl.one
33
site_description: Official documentation for the ONE ecosystem - powered by EXPL Nodes. Open source, community-driven, 40% revenue to EXPL Node owners.
44
site_author: EXPL.ONE Team

overrides/main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<meta property="og:image" content="{{ config.site_url }}assets/images/logo.png" />
3636
<meta property="og:image:width" content="512" />
3737
<meta property="og:image:height" content="512" />
38-
<meta property="og:image:alt" content="EXPL.ONE Documentation - ONE Ecosystem" />
38+
<meta property="og:image:alt" content="ONE documentation - ONE Ecosystem" />
3939

4040
<!-- Twitter Card -->
4141
<meta name="twitter:card" content="summary_large_image" />
@@ -77,7 +77,7 @@
7777
"@context": "https://schema.org",
7878
"@type": "WebSite",
7979
"@id": "https://docs.expl.one/#website",
80-
"name": "EXPL.ONE Documentation",
80+
"name": "ONE documentation",
8181
"url": "https://docs.expl.one",
8282
"description": "Official documentation for the ONE ecosystem - powered by EXPL Nodes. Open source, community-driven, 40% revenue to EXPL Node owners.",
8383
"publisher": {

0 commit comments

Comments
 (0)