Skip to content

Commit dce2311

Browse files
committed
docs: update readme
1 parent 6e38897 commit dce2311

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Neon Next.js
1+
# GibsonAI Docs
22

33
## Table of Contents
44

@@ -18,7 +18,7 @@
1818
1. Clone this repository
1919

2020
```bash
21-
git clone git@github.com:neondatabase/website.git
21+
git clone https://github.com/GibsonAI/gibsonai-docs.git
2222
```
2323

2424
2. Install dependencies
@@ -33,17 +33,6 @@ npm install
3333
cp .env.example .env
3434
```
3535

36-
4. Check for environment variables
37-
38-
Particularly in cases when working on `/blog` pages, both the following variables need values, or you'll see errors.
39-
40-
```
41-
NEXT_PUBLIC_ALGOLIA_APP_ID=
42-
NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY=
43-
```
44-
45-
You can find this information on the following internal Neon Notion page: [How to build the Neon website locally](https://www.notion.so/neondatabase/How-to-build-the-Neon-website-locally-b5fc26e020d14b6eb90fdd6f41e29db4#03975baa5bdb436bbd67553da064b541).
46-
4736
## Usage
4837

4938
### Run the website
@@ -71,10 +60,10 @@ npm run start
7160
### Checks broken links
7261

7362
```bash
74-
npm run check:broken-links -- https://neon.com
63+
npm run check:broken-links -- https://docs.gibsonai.com/
7564
```
7665

77-
_The command may take time, be patient. You can also specify which part of the website you want to check by passing a specific URL, for example `https://neon.com/docs` for checking the Docs_
66+
_The command may take time, be patient. You can also specify which part of the website you want to check by passing a specific URL, for example `https://docs.gibsonai.com/docs` for checking the Docs_
7867

7968
> N.B. The automatic check is done every Monday at midnight by GitHub CI. You can find the reports on the "Actions" tab
8069

content/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updatedOn: '2025-05-30T16:54:40.442Z'
44

55
# Docs
66

7-
Welcome to Neon docs! This folder contains the source code of the [Neon docs](/docs/).
7+
Welcome to GibsonAI docs! This folder contains the source code of the [GibsonAI docs](https://docs.gibsonai.com/).
88

99
## Basic information
1010

0 commit comments

Comments
 (0)