-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 27b7130
Showing
27 changed files
with
16,919 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Deploy Docusaurus site to GitHub Pages | ||
|
||
on: | ||
push: | ||
branches: | ||
- master # Change this if your branch is not main | ||
|
||
jobs: | ||
build-and-deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: "20" | ||
|
||
- name: Install dependencies | ||
run: npm install | ||
|
||
- name: Build Docusaurus site | ||
run: npm run build | ||
|
||
- name: Deploy to GitHub Pages | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Dependencies | ||
/node_modules | ||
|
||
# Production | ||
/build | ||
|
||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
|
||
# Misc | ||
/archive | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[cary0x.github.io](https://cary0x.github.io) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Welcome to Pond0x Resources | ||
position: 1 | ||
--- | ||
|
||
# 🌊 Pond0x Resources: Guides, Information, & Solutions | ||
|
||
Welcome to your go-to resource for navigating the multifaceted world of Pond0x! This site is here to demystify the Pond0x ecosystem, offering accurate information, step-by-step guides, and clear answers to common issues. | ||
|
||
## 🔍 What You'll Find Here | ||
|
||
- **Guides**: From mining and swapping to referrals and locking, these guides are designed to help you get the most out of every Pond0x feature, whether you're new to crypto or a seasoned user. | ||
|
||
- **Information**: Get up-to-date explanations on Pond0x's latest updates and features, including behind-the-scenes insights from the project’s codebase. Everything here is based on facts to help reduce the uncertainty that can often accompany a fast-moving project. | ||
|
||
- **Issues & Solutions**: Find answers to frequently encountered issues, with detailed solutions when available. My aim is to make Pond0x smoother to use and less mysterious, so you can focus on what matters—participating in the ecosystem and making the most of your experience. | ||
|
||
## 🤝 For the Community, By the Community | ||
|
||
I'm Cary0x, an independent developer and analyst passionate about Pond0x. I created these resources to bring clarity, optimism, and actionable information to our community. I’ll keep updating this site as the project grows, with new guides, FAQs, and insights. | ||
|
||
Let’s dive in and make Pond0x a great place for everyone—together. | ||
|
||
> _“Clarity for the community, growth for the ecosystem.”_ | ||
--- | ||
|
||
Explore the guides, find the answers you need, and let’s keep building a positive Pond0x experience! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "Docs", | ||
"position": 1, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "abc." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 99 | ||
--- | ||
|
||
# Infographics | ||
|
||
Mining v1.9 | ||
|
||
![Mining Guide v1.9](../../static/img/PondGuide1.9.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"label": "Guides", | ||
"position": 2, | ||
"link": { | ||
"description": "5 minutes to learn the most important Docusaurus concepts." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Guides | ||
|
||
Mining v1.9 | ||
|
||
![Mining Guide v1.9](../../static/img/PondGuide1.9.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "Issues", | ||
"position": 3, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "abc." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,178 @@ | ||
// @ts-check | ||
// `@type` JSDoc annotations allow editor autocompletion and type checking | ||
// (when paired with `@ts-check`). | ||
// There are various equivalent ways to declare your Docusaurus config. | ||
// See: https://docusaurus.io/docs/api/docusaurus-config | ||
|
||
import { themes as prismThemes } from "prism-react-renderer"; | ||
|
||
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...) | ||
|
||
/** @type {import('@docusaurus/types').Config} */ | ||
const config = { | ||
title: "Cary0x Unofficial Pond0x", | ||
tagline: "Guides and Issues", | ||
favicon: "img/favicon.ico", | ||
|
||
// Set the production url of your site here | ||
url: "https://cary0x.github.io", | ||
// Set the /<baseUrl>/ pathname under which your site is served | ||
// For GitHub pages deployment, it is often '/<projectName>/' | ||
baseUrl: "/", | ||
// deploymentBranch: "master", | ||
|
||
// GitHub pages deployment config. | ||
// If you aren't using GitHub pages, you don't need these. | ||
organizationName: "Cary0x", // Usually your GitHub org/user name. | ||
projectName: "cary0x.github.io", // Usually your repo name. | ||
|
||
onBrokenLinks: "throw", | ||
onBrokenMarkdownLinks: "warn", | ||
|
||
// Even if you don't use internationalization, you can use this field to set | ||
// useful metadata like html lang. For example, if your site is Chinese, you | ||
// may want to replace "en" with "zh-Hans". | ||
i18n: { | ||
defaultLocale: "en", | ||
locales: ["en"], | ||
}, | ||
|
||
presets: [ | ||
[ | ||
"classic", | ||
/** @type {import('@docusaurus/preset-classic').Options} */ | ||
({ | ||
docs: { | ||
path: "docs", // Change 'docs' to 'guides' | ||
routeBasePath: "docs", // Optional: change URL base path to 'guides' instead of 'docs' | ||
sidebarPath: "./sidebars.js", | ||
// Please change this to your repo. | ||
// Remove this to remove the "edit this page" links. | ||
// editUrl: | ||
// "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/", | ||
}, | ||
// blog: { | ||
// showReadingTime: true, | ||
// feedOptions: { | ||
// type: ["rss", "atom"], | ||
// xslt: true, | ||
// }, | ||
// // Please change this to your repo. | ||
// // Remove this to remove the "edit this page" links. | ||
// // editUrl: | ||
// // "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/", | ||
// // Useful options to enforce blogging best practices | ||
// onInlineTags: "warn", | ||
// onInlineAuthors: "warn", | ||
// onUntruncatedBlogPosts: "warn", | ||
// }, | ||
theme: { | ||
customCss: "./src/css/custom.css", | ||
}, | ||
}), | ||
], | ||
], | ||
|
||
themeConfig: | ||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */ | ||
({ | ||
colorMode: { | ||
defaultMode: "dark", // Sets dark mode as the default | ||
disableSwitch: true, // Disables the light/dark mode toggle | ||
respectPrefersColorScheme: false, // Ignores the user's OS color scheme preference | ||
}, | ||
// Replace with your project's social card | ||
image: "img/docusaurus-social-card.jpg", | ||
navbar: { | ||
title: "Unofficial Pond0x Info", | ||
// logo: { | ||
// alt: "Logo", | ||
// src: "img/logo.svg", | ||
// }, | ||
items: [ | ||
{ | ||
type: "docSidebar", | ||
sidebarId: "tutorialSidebar", | ||
position: "left", | ||
label: "Docs", | ||
}, | ||
// { | ||
// type: "docSidebar", | ||
// sidebarId: "issuesSidebar", | ||
// position: "left", | ||
// label: "Issues", | ||
// }, | ||
// { to: "/blog", label: "Blog", position: "left" }, | ||
{ | ||
href: "https://x.com/Cary0x2", | ||
label: "Contact", | ||
position: "right", | ||
}, | ||
{ | ||
href: "https://pond0x.com/swap/solana?ref=7WTPWhjEfyDrJA5crD9naahKgMDKQUqoXTMpLW4T3kkGkmUFVWsFj2opZoM", | ||
label: "Swap", | ||
position: "right", | ||
}, | ||
], | ||
}, | ||
footer: { | ||
style: "dark", | ||
links: [ | ||
{ | ||
title: "Docs", | ||
items: [ | ||
{ | ||
label: "Overview", | ||
to: "/docs/", | ||
}, | ||
{ | ||
label: "Guides", | ||
to: "/docs/guides", | ||
}, | ||
{ | ||
label: "Issues", | ||
to: "/docs/issues", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: "Pond Sites", | ||
items: [ | ||
{ | ||
label: "Pond0x", | ||
href: "https://www.pond0x.com", | ||
}, | ||
{ | ||
label: "Pondx", | ||
href: "https://www.pondx.com", | ||
}, | ||
{ | ||
label: "PondCoin", | ||
href: "https://www.pondcoin.com", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: "More", | ||
items: [ | ||
{ | ||
label: "Cary0x", | ||
href: "https://x.com/cary0x2/", | ||
}, | ||
{ | ||
label: "Tips", | ||
to: "/tips", | ||
}, | ||
], | ||
}, | ||
], | ||
copyright: `Copyright © ${new Date().getFullYear()} Cary0x.`, | ||
}, | ||
prism: { | ||
theme: prismThemes.github, | ||
darkTheme: prismThemes.dracula, | ||
}, | ||
}), | ||
}; | ||
|
||
export default config; |
Oops, something went wrong.