rename dev_portal to website (#20)

* rename dev_portal to website

* rename dev_portal to website

* master not main
This commit is contained in:
Marco Argentieri
2023-11-29 00:35:10 +01:00
committed by GitHub
parent d0ce54f493
commit 8371e9f1c2
41 changed files with 5 additions and 5 deletions

View File

@@ -5,5 +5,5 @@ This is the monorepo containing the initial Ark products.
In this repository you can find:
- `asp` - a proof of concept of an Ark Service Provider.
- `dev_portal` - the website where to find documentation about Ark protocol and products.
- `website` - the website where to find documentation about Ark protocol and products.
- `noah` - the initial Ark wallet, served as CLI.

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -12,7 +12,7 @@ const config = {
url: 'https://dev.arkpill.me',
baseUrl: '/',
organizationName: 'Ark',
projectName: 'dev_portal',
projectName: 'Ark Website',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
i18n: {
@@ -29,13 +29,13 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/ark-network/edit/master/dev_portal/',
editUrl: 'https://github.com/ark-network/edit/master/website/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/ark-network/edit/main/dev_portal/blog/',
editUrl: 'https://github.com/ark-network/edit/master/website/blog/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),

View File

@@ -1,5 +1,5 @@
{
"name": "dev_portal",
"name": "ark-website",
"version": "0.0.0",
"private": true,
"scripts": {

View File

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 113 KiB

View File

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 113 KiB