Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gabtec committed Nov 7, 2023
1 parent 1348193 commit 76556d2
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 51 deletions.
36 changes: 36 additions & 0 deletions docs/getting-started/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Getting Started

To create a new instance of the Geekathon AI Starter Template, just go to:

> [AI Starter Template Overview Page](https://idp.xgeeks.tech/catalog/default/template/ai-starter-template-nextjs-auth0-new)
and click "Launch Template"

Or in alternative: side Menu / Create

### Form Inputs: Project info

- Select a name for you new project (only lower case letters and -, allowed)
- Write a short description, or leave the default value
- click Next

### Form Inputs: Environment Variables

- Here you can insert the API tokens that you've received by email
- You can leave some fields empty, if we will not be using those resources
- BUT, we recommend that you fill them all, just in case
- DO NOT use quotes ("")
- click Next

### Final step

- after a few minutes your instance will be ready
- use the provided links to get access to the repo and the project webpage
- clone the repo to your machine
- take a look on README.md
- bootstrap your local dev environment using the included script

```sh
# boostrap
$ ./run-install.sh
```
41 changes: 10 additions & 31 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,15 @@
## Getting Started
# What is Geekathon AI Starter Template

To create a new instance of the Geekathon AI Starter Template, just go to:
Geekathon AI Starter Template is a project that helps you to quickly start a new AI Project.
It provides you with a starting codebase, and a functional demo project, from where you can build you project up on.

> [AI Starter Template Overview Page](https://idp.xgeeks.tech/catalog/default/template/ai-starter-template-nextjs-auth0-new)
The codebase is developed with NextJS, and makes use of OpenAI models, as well as Pinecone for vector database and Replicate for image generation.

and click "Launch Template"
Another cool benefit is that the deployment part is already made up for you.
As soon as you request your instance of this project, you will have access to:

Or in alternative: side Menu / Create
- a github repo
- a project url, where you can see it running live (it will be hosted in a xgeeks kubernetes cluster)
- also, all the pipeline for the new feature deployments will be set and ready to receive your commits.

### Form Inputs: Project info

- Select a name for you new project (only lower case letters and -, allowed)
- Write a short description, or leave the default value
- click Next

### Form Inputs: Environment Variables

- Here you can insert the API tokens that you've received by email
- You can leave some fields empty, if we will not be using those resources
- BUT, we recommend that you fill them all, just in case
- DO NOT use quotes ("")
- click Next

### Final step

- after a few minutes your instance will be ready
- use the provided links to get access to the repo and the project webpage
- clone the repo to your machine
- take a look on README.md
- bootstrap your local dev environment using the included script

```sh
# boostrap
$ ./run-install.sh
```
This is possible via xgeeks IDP (Internal Developer Platform), that allow developers to self service their new projects resources, as easy as it is to fill out a small form and click a button.
15 changes: 0 additions & 15 deletions docs/overview/what-is-ai-starter-template.md

This file was deleted.

7 changes: 2 additions & 5 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ edit_uri: edit/master/docs

# For sidebar navigation
nav:
- index.md
- Overview:
- What is AI Starter Template?: "overview/what-is-ai-starter-template.md"
- Getting Started:
- Getting Started: "index.md"
- Overview: "index.md"
- Getting Started: "getting-started/getting-started.md"

0 comments on commit 76556d2

Please sign in to comment.