Skip to content

Commit f1cef46

Browse files
committed
Merge branch 'release/0.1.0-beta.3'
2 parents 073a357 + 0847b6b commit f1cef46

File tree

15 files changed

+864
-741
lines changed

15 files changed

+864
-741
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
# CHANGELOG
22

3-
## [0.1.0-beta.2][0.1.0-beta.2] · 2023-10-04
3+
## [0.1.0-beta.3][0.1.0-beta.3] · 2023-10-14
44

55
### Added
66

7+
- Feat: Dora Vota DevOps Guide.
8+
9+
### Changed
10+
11+
- Feat: Refine title gradient color for auto-generated OG images.
12+
- Build: Update deps to latest versions.
13+
- `nextra`: 2.13.2
14+
- `nextra-theme-docs`: 2.13.2
15+
- Build: Update devDeps to latest versions.
16+
- `@types/node`: 20.8.6
17+
- `@types/react`: 18.2.28
18+
- `eslint`: 8.51.0
19+
- `sass`: 1.69.3
20+
- `prettier-plugin-tailwindcss`: 0.5.6
21+
22+
### Fixed
23+
24+
- Fix: Fix a typo in Vota Operator Manual.
25+
- Fix: Fix a link in Vota Developer Guide.
26+
27+
## [0.1.0-beta.2][0.1.0-beta.2] · 2023-10-04
28+
729
### Changed
830

931
- Refactor: Prefix `SITE_ROOT` with `NEXT_PUBLIC_` to streamline environment variable configuration.
@@ -94,6 +116,7 @@
94116
- Docs: [Code of Conduct](CODE_OF_CONDUCT.md), based on [Contributor Covenant](https://www.contributor-covenant.org) v2.1.
95117
- Chore: Configure GitHub [Dependabot](.github/dependabot.yml).
96118

119+
[0.1.0-beta.3]: https://github.com/DoraFactory/df-docs/compare/0.1.0-beta.2...0.1.0-beta.3
97120
[0.1.0-beta.2]: https://github.com/DoraFactory/df-docs/compare/0.1.0-beta.1...0.1.0-beta.2
98121
[0.1.0-beta.1]: https://github.com/DoraFactory/df-docs/compare/0.1.0-beta...0.1.0-beta.1
99122
[0.1.0-beta]: https://github.com/DoraFactory/df-docs/compare/0.1.0-alpha...0.1.0-beta

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
vota@dorafactory.org.
63+
support@dorafactory.org.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

components/svgs/icon-node.svg

Lines changed: 1 addition & 0 deletions
Loading

components/svgs/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export { default as IconCli } from './icon-cli.svg'
55
export { default as IconCode } from './icon-code.svg'
66
export { default as IconGui } from './icon-gui.svg'
77
export { default as IconHelp } from './icon-help.svg'
8+
export { default as IconNode } from './icon-node.svg'
89
export { default as IconReference } from './icon-reference.svg'

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "df-docs",
3-
"version": "0.1.0-beta.2",
3+
"version": "0.1.0-beta.3",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -13,23 +13,23 @@
1313
"dependencies": {
1414
"@vercel/og": "^0.5.17",
1515
"next": "^13.5.4",
16-
"nextra": "^2.13.1",
17-
"nextra-theme-docs": "^2.13.1",
16+
"nextra": "^2.13.2",
17+
"nextra-theme-docs": "^2.13.2",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
},
2121
"devDependencies": {
2222
"@svgr/webpack": "^8.1.0",
23-
"@types/node": "20.8.2",
24-
"@types/react": "^18.2.24",
23+
"@types/node": "20.8.6",
24+
"@types/react": "^18.2.28",
2525
"autoprefixer": "^10.4.16",
26-
"eslint": "8.50.0",
26+
"eslint": "8.51.0",
2727
"eslint-config-next": "13.5.4",
2828
"postcss": "^8.4.31",
2929
"prettier": "3.0.3",
3030
"prettier-plugin-pkg": "0.18.0",
31-
"prettier-plugin-tailwindcss": "0.5.5",
32-
"sass": "^1.68.0",
31+
"prettier-plugin-tailwindcss": "0.5.6",
32+
"sass": "^1.69.3",
3333
"tailwindcss": "^3.3.3",
3434
"typescript": "5.2.2"
3535
}

pages/api/og.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export default async function handler(request: NextRequest) {
9898
>
9999
<div
100100
style={{
101+
display: 'flex',
101102
color: 'rgba(0, 0, 0, 0)',
102103
fontFamily: '"Public Sans"',
103104
fontSize: '54px',
@@ -106,7 +107,7 @@ export default async function handler(request: NextRequest) {
106107
// textWrap: 'wrap',
107108
backgroundClip: 'text',
108109
backgroundImage:
109-
'linear-gradient(72deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.98) 100%)'
110+
'linear-gradient(72deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.98) 50%)'
110111
}}
111112
>
112113
{title}

pages/docs/_meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"vota": "Vota Operator Manual",
99
"vota-dev": "Vota Developer Guide",
10+
"vota-devops": "Vota DevOps Guide",
1011

1112
"-- references": {
1213
"type": "separator",

pages/docs/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ export const CARD_COPY = [
2424
desc: 'This beginner-friendly guide is intended to help you get started with Dora Vota and build on it.',
2525
url: '/docs/vota-dev'
2626
},
27+
{
28+
title: 'Dora Vota DevOps Guide',
29+
desc: 'This guide provides instructions on running a Dora Vota full node and setting up as a validator. It covers hardware requirements, port and chain configurations, and the process of starting a node and registering as a validator. Ensure your environment meets all requirements to operate Dora Vota nodes successfully.',
30+
url: '/docs/vota-devops'
31+
},
2732
// {
2833
// title: 'Aptos APIs',
2934
// desc: 'Dora Factory offers a set of Aptos APIs for hackers, developers, and teams working on Aptos native applications. More APIs will be added over time.',

pages/docs/vota-dev/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We have now launched the Dora Vota Mainnet, identified with the chain-id: `vota-
1515

1616
## Genesis files
1717

18-
You can find the genesis file of the Mainnet `vota-ash` from our [GitHub repo](https://github.com/DoraFactory/doravota/blob/main/config/genesis.json).
18+
You can find the genesis file of the Mainnet `vota-ash` from our [GitHub repo](https://github.com/DoraFactory/doravota/blob/main/config/mainnet/genesis.json).
1919

2020
## Endpoints
2121

pages/docs/vota-devops.mdx

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: 'Dora Vota DevOps Guide'
3+
desc: 'This guide provides instructions on running a Dora Vota full node and setting up as a validator. It covers hardware requirements, port and chain configurations, and the process of starting a node and registering as a validator. Ensure your environment meets all requirements to operate Dora Vota nodes successfully.'
4+
---
5+
6+
import { Cards } from 'nextra/components'
7+
import {
8+
IconChecklist,
9+
IconCli,
10+
IconCode,
11+
IconHelp,
12+
IconNode,
13+
IconReference
14+
} from '@components/svgs'
15+
16+
# Dora Vota DevOps Guide
17+
18+
This guide provides instructions on running a Dora Vota full node and setting up as a validator.
19+
20+
It covers hardware requirements, port and chain configurations, and the process of starting a node and registering as a validator. Ensure your environment meets all requirements to operate Dora Vota nodes successfully.
21+
22+
---
23+
24+
<Cards num={2}>
25+
<Cards.Card
26+
icon={<IconCli />}
27+
title="Run a Full Node"
28+
href="/docs/vota-devops/node"
29+
/>
30+
<Cards.Card
31+
icon={<IconNode />}
32+
title="Run a Validator"
33+
href="/docs/vota-devops/validator"
34+
/>
35+
</Cards>

0 commit comments

Comments
 (0)