Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Cary0x committed Nov 9, 2024
0 parents commit 27b7130
Show file tree
Hide file tree
Showing 27 changed files with 16,919 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/deploy.yml
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
21 changes: 21 additions & 0 deletions .gitignore
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*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[cary0x.github.io](https://cary0x.github.io)
28 changes: 28 additions & 0 deletions docs/01-index.md
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!
8 changes: 8 additions & 0 deletions docs/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Docs",
"position": 1,
"link": {
"type": "generated-index",
"description": "abc."
}
}
9 changes: 9 additions & 0 deletions docs/guides/99-Infographics.md
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)
7 changes: 7 additions & 0 deletions docs/guides/_category_.json
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."
}
}
9 changes: 9 additions & 0 deletions docs/guides/index.md
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)
8 changes: 8 additions & 0 deletions docs/issues/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Issues",
"position": 3,
"link": {
"type": "generated-index",
"description": "abc."
}
}
5 changes: 5 additions & 0 deletions docs/issues/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 1
---

# Issues
178 changes: 178 additions & 0 deletions docusaurus.config.js
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;
Loading

0 comments on commit 27b7130

Please sign in to comment.