Skip to content

Commit 9e1a924

Browse files
authored
Remove dfuse (#210)
1 parent c03f18f commit 9e1a924

File tree

21 files changed

+27
-677
lines changed

21 files changed

+27
-677
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<h1 align="center">WAX Developer Portal</h1>
1+
<h1 align="center">WAX Blockchain Documentation</h1>
22
<p>
33
<img src="https://img.shields.io/badge/node-%3E%3D20.0.0-blue.svg" />
4-
<a href="https://github.com/wax-office-of-inspector-general/wax-developer/wiki" target="_blank">
4+
<a href="https://github.com/worldwide-asset-exchange/docs/wiki" target="_blank">
55
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
66
</a>
7-
<a href="https://github.com/wax-office-of-inspector-general/wax-developer/graphs/commit-activity" target="_blank">
7+
<a href="https://github.com/worldwide-asset-exchange/docs/graphs/commit-activity" target="_blank">
88
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
99
</a>
1010
<a href="https://twitter.com/WAXOIG" target="_blank">
1111
<img alt="Twitter: WAXOIG" src="https://img.shields.io/twitter/follow/WAXOIG.svg?style=social" />
1212
</a>
1313
</p>
1414

15-
> WAX Blockchain Documentation - Resources for developers building on WAX
15+
> WAX Blockchain Documentation – Your resource hub for developers, creators, and project to build, launch, and learn everything about WAX, NFTs, and the ecosystem.
1616
17-
### [Visit Documentation](https://developer.wax.io/)
17+
### [Visit Documentation](https://docs.wax.io/)
1818

1919
## Installation
2020

@@ -56,7 +56,7 @@ Read the [vitepress docs](https://vitepress.dev/guide/getting-started#what-s-nex
5656

5757
## Contributing
5858

59-
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/wax-office-of-inspector-general/wax-developer/issues). You can also take a look at the [contributing guide](https://github.com/wax-office-of-inspector-general/wax-developer/wiki/2-Contribution-Guides).
59+
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/worldwide-asset-exchange/docs/issues). You can also take a look at the [contributing guide](https://github.com/worldwide-asset-exchange/docs/wiki/2-Contribution-Guides).
6060

6161
## Show your support
6262

docs/.vitepress/locales/cn/lang.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import footer from './components/footer'
55
export default {
66
label: 'Chinese',
77
lang: 'cn-CN',
8-
title: 'WAX Docs',
8+
title: 'WAX Blockchain Documentation',
99
description: '开发者门户在WAX区块链',
1010
editLink: {
1111
pattern: 'https://github.com/worldwide-asset-exchange/docs/edit/main/docs/:path',

docs/.vitepress/locales/en/components/sidebar.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -291,14 +291,6 @@ export default [
291291
items: [
292292
{text: 'Chain API', link: '/build/api-reference/rpc_api'},
293293
{text: 'CDT', link: '/build/api-reference/cdt_api'},
294-
{
295-
text: 'dFuse',
296-
link: '/build/api-reference/dfuse',
297-
collapsed: true,
298-
items: [
299-
'/build/api-reference/dfuse/dfuse_example',
300-
],
301-
}
302294
],
303295
},
304296
],

docs/.vitepress/locales/en/lang.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import footer from './components/footer'
55
export default {
66
label: 'English',
77
lang: 'en-EN',
8-
title: 'WAX Developer Portal',
9-
description: "WAX Blockchain Documentation - Resources for developers building on WAX",
8+
title: 'WAX Blockchain Documentation',
9+
description: "WAX Blockchain Documentation – Your resource hub for developers, creators, and project to build, launch, and learn everything about WAX, NFTs, and the ecosystem.",
1010
themeConfig: {
1111
nav,
1212
sidebar,

docs/.vitepress/locales/es/components/sidebar.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,6 @@ export default [
274274
items: [
275275
{ text: 'API WAX-RPC', link: '/es/build/api-reference/rpc_api' },
276276
{ text: 'API WAX-CDT', link: '/es/build/api-reference/cdt_api' },
277-
{
278-
text: 'dFuse',
279-
link: '/es/build/api-reference/dfuse/index',
280-
collapsed: true,
281-
items: [
282-
{ text: 'Ejemplo dFuse', link: '/es/build/api-reference/dfuse/dfuse_example' }
283-
],
284-
},
285277
],
286278
},
287279
],

docs/.vitepress/locales/es/lang.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import footer from './components/footer'
55
export default {
66
label: 'Spanish',
77
lang: 'es-ES',
8-
title: 'WAX Docs',
8+
title: 'WAX Blockchain Documentation',
99
description: 'Portal para desarrolladores en WAX Blockchain',
1010
themeConfig: {
1111
nav,

docs/cn/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: home
3-
title: 欢迎来到WAX开发者门户
3+
title: WAX区块链文档
44
permalink: /cn
55
hero:
6-
name: "欢迎来到WAX开发者门户"
7-
tagline: "The Gateway for Building on the WAX Blockchain"
6+
name: WAX区块链文档
7+
tagline: WAX区块链开发门户
88
image: {
99
src: /assets/images/front-cube.png,
10-
alt: WAX Developer Portal
10+
alt: WAX区块链文档
1111
}
1212
actions:
1313
- theme: brand

docs/en/build/api-reference/dfuse/dfuse_example.md

Lines changed: 0 additions & 235 deletions
This file was deleted.

docs/en/build/api-reference/dfuse/index.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

docs/en/build/api-reference/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ Here you'll find detailed documentation, usage guides, and examples to help you
1010

1111
- [Chain RPC](/build/api-reference/rpc_api)
1212
- [CDT](/build/api-reference/cdt_api)
13-
- [dFuse](/build/api-reference/dfuse)

0 commit comments

Comments
 (0)