Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Dec 18, 2023
1 parent 18a086d commit 5664e76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ <h3 mat-dialog-title class="mb-1">Configure OpenAI</h3>

<button
mat-flat-button
color="primary"
type="submit">
Save
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,17 @@ <h2 class="mb-0">Welcome, we are happy to see you 🎉</h2>

<ol class="ps-3">
<li class="pb-1">
Connect to your existing database, create a new database, or install a plugin database
Connect to your existing database or create a new database
<a class="text-primary btn-link pointer" routerLink="/databases">here</a>
</li>
<li class="pb-1">
Edit your database
<a class="text-primary btn-link pointer" routerLink="/sql-studio">here</a>
</li>
<li class="pb-1">
Create your CRUD endpoints
Create your API
<a class="text-primary btn-link pointer" routerLink="/endpoint-generator">here</a>
</li>
<li class="pb-1">
Create your frontend from
<a class="text-primary btn-link pointer" routerLink="/frontend-generator">here</a>
</li>
<li class="pb-1">
Edit your code
<a class="text-primary btn-link pointer" routerLink="/hyper-ide">here</a>
Expand All @@ -48,14 +44,12 @@ <h2 class="mb-0">Welcome, we are happy to see you 🎉</h2>
Get started with Machine Learning
<a class="text-primary btn-link pointer" routerLink="/machine-learning">here</a>
</li>
<li class="pb-1">
Create a chatbot
<a class="text-primary btn-link pointer" routerLink="/chatbot-wizard">here</a>
</li>
</ol>

<a
mat-button
routerLink="/chatbot-wizard">
Chatbot Wizard
</a>

</div>

<!-- Right hand section displaying getting started YouTube video -->
Expand Down

0 comments on commit 5664e76

Please sign in to comment.