mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-31 09:04:46 +01:00
rename dev_portal to website (#20)
* rename dev_portal to website * rename dev_portal to website * master not main
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
@@ -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'),
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "dev_portal",
|
||||
"name": "ark-website",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
Reference in New Issue
Block a user