Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
90e5cff
feat: enhance OptimumP2P documentation
swarna1101 Jul 28, 2025
fbbf757
fix: remove few things
swarna1101 Jul 29, 2025
ae7ca65
fix: improve docs
swarna1101 Jul 29, 2025
684ee92
fix: lint
swarna1101 Jul 29, 2025
150f3ba
feat: add hackathon docs
swarna1101 Jul 30, 2025
6f43b48
fix: link:
swarna1101 Jul 30, 2025
5a08228
fix: minor change
swarna1101 Jul 30, 2025
b20d2b0
fix: add more details
swarna1101 Jul 30, 2025
8dd859c
Add GossipSub configuration documentation
swarna1101 Jul 30, 2025
a5c097b
fix: docker version
swarna1101 Jul 30, 2025
2222907
Merge main branch with updated p2p.md and dependencies
swarna1101 Jul 31, 2025
d4d0e42
Merge branch 'main' into hackathon-docs
swarna1101 Aug 1, 2025
db37b9a
docs: Improve hackathon documentation structure and content
swarna1101 Aug 1, 2025
a3c62e8
fix:lint
swarna1101 Aug 1, 2025
512d3c9
Revert "fix:lint"
swarna1101 Aug 1, 2025
7ae62bf
feat: Complete Task 3 client documentation and improve navigation
swarna1101 Aug 1, 2025
d4ca6b3
fix: remove broken links
swarna1101 Aug 1, 2025
e57c442
fix: gateway -> proxy
swarna1101 Aug 1, 2025
25884e4
feat: add protocol selection
swarna1101 Aug 1, 2025
7e633c9
fix: remove dev setup ref and break the steps
swarna1101 Aug 7, 2025
ee5718c
fix: main and product page fixes
hpsing Aug 10, 2025
903c08e
fix: guide for the cli
hpsing Aug 10, 2025
2c66cdc
docs: fix the pending docs
hpsing Aug 11, 2025
fd9edd9
fix: improve the experiment guide
swarna1101 Aug 14, 2025
137360d
feat: add one command for installation of CLI
swarna1101 Aug 15, 2025
5964fc7
fix: lint
swarna1101 Aug 15, 2025
dc63138
fix: correct numbers in experiments
swarna1101 Aug 16, 2025
d08abd7
feat: add command output for CLI
swarna1101 Aug 17, 2025
80b8546
fix: lint
swarna1101 Aug 17, 2025
590e09c
feat: add docker download and default params
swarna1101 Aug 19, 2025
3d6f74d
fix: correct the link
swarna1101 Aug 19, 2025
7b95cf1
feat: add the grpc docs and code from dev setup
swarna1101 Aug 19, 2025
8102ed3
fix: output for identity script
swarna1101 Aug 19, 2025
d40b3bc
fix: remove next steps and param impact
swarna1101 Aug 20, 2025
3307099
fix: remove ref for next steps
swarna1101 Aug 20, 2025
8ddeca5
feat: add diagrams
swarna1101 Aug 20, 2025
6d04580
fix: add correct commands
swarna1101 Aug 21, 2025
290cea3
fix: lint
swarna1101 Aug 21, 2025
ca29361
fix: rc3 ->rc4
swarna1101 Aug 21, 2025
398a8fe
fix: diagrams and faq
swarna1101 Aug 22, 2025
5e4cbf3
fix: img
swarna1101 Aug 22, 2025
56d2304
fix: remove keepalive ref and update the scripts
swarna1101 Aug 25, 2025
63e2caa
fix: add links in Optimum P2P overview page
swarna1101 Aug 26, 2025
25476e5
fix: slightly modified the document
kishori82 Sep 1, 2025
d7d33ff
fix: add ref, add FAQ and work on review
swarna1101 Sep 1, 2025
20922cf
misc: made titles consistent
kishori82 Sep 1, 2025
8c90880
misc: made some minor changes
kishori82 Sep 1, 2025
a16dfba
fix: changes based on docs review
swarna1101 Sep 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 40 additions & 41 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function nav() {
{
text: "Menu",
items: [
{ text: "Get Started", link: "/docs/how-to-guides/overview" },
// { text: "Get Started", link: "/docs/how-to-guides/overview" },
{ text: "Learn", link: "/docs/learn/overview/intro" },
{
text: "Resources",
Expand All @@ -184,53 +184,52 @@ function nav() {
function sidebarHome() {
return [
{
text: "Learn",
text: "Overview of Optimum",
collapsed: false,
items: [
{
text: "Overview of Optimum",
collapsed: true,
items: [
{
text: "Introduction",
link: "/docs/learn/overview/intro",
},
{
text: "OptimumP2P",
link: "/docs/learn/overview/p2p.md",
},
{
text: "Optimum DeRAM",
link: "/docs/learn/overview/deram.md",
},
],
text: "Introduction",
link: "/docs/learn/overview/intro",
},
{
text: "OptimumP2P",
link: "/docs/learn/overview/p2p.md",
},
{
text: "Optimum DeRAM",
link: "/docs/learn/overview/deram.md",
},
// {
// text: "OptimumP2P",
// collapsed: true,
// items: [
// ],
// },
// {
// text: "MUM",
// collapsed: true,
// items: [
// {
// text: "Overview of MUM",
// link: "/docs/learn/mum",
// },
// {
// text: "How to stake MUM",
// link: "/docs/learn/how-to-stake-mum",
// },
// ],
// },
],
},
{
text: "How-to Guides (Under Construction 🚧)",
collapsed: true,
items: [],
text: "Getting Started",
collapsed: false,
items: [
{
text: "Quick Start",
link: "/docs/guides/overview",
},
{
text: "Getting Started with CLI",
link: "/docs/guides/01-getting-started-cli",
},
{
text: "Getting Started with Docker",
link: "/docs/guides/02-getting-started-docker",
},
{
text: "Understanding Key Parameters",
link: "/docs/guides/03-parameters",
},
{
text: "Common Experiments",
link: "/docs/guides/04-experiments",
},
{
text: "FAQ",
link: "/docs/guides/05-faq-glossary",
},
],
},
{
text: "Research",
Expand Down
Loading