Skip to content

Commit 6efd2d8

Browse files
docs: use new domain
1 parent 5364fa6 commit 6efd2d8

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

.vitepress/config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import ts from 'typescript';
44
import { defineConfig } from 'vitepress';
55

66
const description = 'Performant and type-safe Fastify router';
7-
const url = 'https://kita.js.org';
7+
const url = 'https://kitajs.org';
88

99
// https://vitepress.dev/reference/site-config
1010
export default defineConfig({
@@ -54,10 +54,10 @@ export default defineConfig({
5454
'script',
5555
{
5656
defer: '',
57-
'data-domain': 'kita.js.org',
57+
'data-domain': 'kitajs.org',
5858
src: 'https://plausible.io/js/script.js'
5959
},
60-
'/* This site metrics are public available at https://plausible.io/kita.js.org */'
60+
'/* This site metrics are public available at https://plausible.io/kitajs.org */'
6161
],
6262

6363
[
@@ -259,7 +259,7 @@ export default defineConfig({
259259
},
260260

261261
socialLinks: [
262-
{ icon: 'discord', link: 'https://kita.js.org/discord' },
262+
{ icon: 'discord', link: 'https://kitajs.org/discord' },
263263
{ icon: 'github', link: 'https://github.com/kitajs' },
264264
{ icon: 'twitter', link: 'https://twitter.com/kitajsorg' }
265265
],

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
kita.js.org
1+
kitajs.org

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<br />
1010

1111
<p align="center" >
12-
<a href="https://kita.js.org" target="_blank" rel="noopener noreferrer">
13-
<img src="https://kita.js.org/logo.png" width="180" alt="Kita JS logo" />
12+
<a href="https://kitajs.org" target="_blank" rel="noopener noreferrer">
13+
<img src="https://kitajs.org/logo.png" width="180" alt="Kita JS logo" />
1414
</a>
1515
</p>
1616

1717
<br />
1818

1919
<div align="center">
20-
<a href="https://kita.js.org/discord"><img src="https://img.shields.io/discord/1216165027774595112?logo=discord&logoColor=white&color=%237289da" alt="Discord"></a>
20+
<a href="https://kitajs.org/discord"><img src="https://img.shields.io/discord/1216165027774595112?logo=discord&logoColor=white&color=%237289da" alt="Discord"></a>
2121
<a title="MIT license" target="_blank" href="https://github.com/kitajs/docs/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/kitajs/docs"></a>
2222
<a title="Last Commit" target="_blank" href="https://github.com/kitajs/docs/commits/master"><img alt="Last commit" src="https://img.shields.io/github/last-commit/kitajs/docs"></a>
2323
<a href="https://github.com/kitajs/docs/stargazers"><img src="https://img.shields.io/github/stars/kitajs/docs?logo=github&label=Stars" alt="Stars"></a>
@@ -29,7 +29,7 @@
2929
<h1>📚 KitaJS Docs</h1>
3030

3131
<p align="center">
32-
<code>@kitajs/docs</code> is a where the documentation for the <a href="https://kita.js.org" target="_blank">KitaJS</a> lives.
32+
<code>@kitajs/docs</code> is a where the documentation for the <a href="https://kitajs.org" target="_blank">KitaJS</a> lives.
3333
<br />
3434
<br />
3535
</p>

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ hero:
88
actions:
99
- theme: brand
1010
text: Write the FUTURE →
11-
link: /practical-example
11+
link: /practical-example.md
1212
- theme: alt
1313
text: What is Kita?
14-
link: /what-is-kita
14+
link: /what-is-kita.md
1515
- theme: alt
1616
text: Html engine
17-
link: ./html/index.md
17+
link: html/index.md
1818
image:
1919
src: /doug-pc-glasses.svg
20-
alt: Kita brown and white lotus logo
20+
alt: Doug, Kita's turtle mascot, with glasses looking at a computer screen
2121

2222
features:
2323
- icon: 🔎

kita.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Documentation: https://kita.js.org
1+
// Documentation: https://kitajs.org
22

33
/** @type {import('@kitajs/cli').KitaConfig} */
44
module.exports = {

practical-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ generates a graphical interface for you to visualize, edit, and test your API:
8989
"openapi": "3.1.0",
9090
"info": {
9191
"title": "API Reference",
92-
"description": "Powered by [Scalar](https://scalar.com/) & Generated by [KitaJS](https://kita.js.org/)",
92+
"description": "Powered by [Scalar](https://scalar.com/) & Generated by [KitaJS](https://kitajs.org/)",
9393
"version": "x.x.x"
9494
},
9595
"components": {
@@ -272,7 +272,7 @@ generated by Scalar:
272272
"openapi": "3.1.0",
273273
"info": {
274274
"title": "API Reference",
275-
"description": "Powered by [Scalar](https://scalar.com/) & Generated by [KitaJS](https://kita.js.org/)",
275+
"description": "Powered by [Scalar](https://scalar.com/) & Generated by [KitaJS](https://kitajs.org/)",
276276
"version": "x.x.x"
277277
},
278278
"components": {

public/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
kita.js.org
1+
kitajs.org

public/swagger/practical-example-final.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"openapi": "3.1.0",
3131
"info": {
3232
"title": "API Reference",
33-
"description": "Powered by [Scalar](https://scalar.com/) & Generated by [KitaJS](https://kita.js.org/)",
33+
"description": "Powered by [Scalar](https://scalar.com/) & Generated by [KitaJS](https://kitajs.org/)",
3434
"version": "x.x.x"
3535
},
3636
"components": {

public/swagger/practical-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"openapi": "3.1.0",
3131
"info": {
3232
"title": "Practial Example API",
33-
"description": "Powered by [Scalar](https://scalar.com/) & Generated by [KitaJS](https://kita.js.org/)",
33+
"description": "Powered by [Scalar](https://scalar.com/) & Generated by [KitaJS](https://kitajs.org/)",
3434
"version": "x.x.x"
3535
},
3636
"servers": [],

public/swagger/scalar-petstore.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"openapi": "3.0.2",
3131
"info": {
3232
"title": "Practial Example API",
33-
"description": "Powered by [Scalar](https://scalar.com/) & Generated by [KitaJS](https://kita.js.org/)",
33+
"description": "Powered by [Scalar](https://scalar.com/) & Generated by [KitaJS](https://kitajs.org/)",
3434
"version": "x.x.x",
3535
"termsOfService": "http://swagger.io/terms/",
3636
"contact": { "email": "apiteam@swagger.io" },

0 commit comments

Comments
 (0)