Skip to content

Commit 7448c90

Browse files
authored
Merge pull request #12 from lovablelabs/vibor-docs
Updates assets and branding names
2 parents efb126d + 91d6ca5 commit 7448c90

20 files changed

+95
-95
lines changed

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Project information
2-
site_name: GPT Engineer Docs
2+
site_name: Lovable Docs
33
site_url: https://docs.gptengineer.app/
44
# SEO notice: https://docs.gptengineer.app/sitemap.xml
55
docs_dir: src
6-
site_description: GPT Engineer app project documentation. Learn more about GPT Engineer, its features and get up to speed.
6+
site_description: Lovable.dev project documentation. Learn more about Lovable.dev, its features and get up to speed.
77

88
# Copyright
99
copyright: "© 2023 - 2024 ❤️ Lovable"
@@ -39,7 +39,7 @@ nav:
3939
theme:
4040
name: material
4141
locale: en
42-
logo: assets/gpt-engineer-2x-logo.png
42+
logo: assets/lovable-2x-logo.png
4343
favicon: assets/favicon-32x32.png
4444
palette:
4545
# Light mode as default
@@ -82,7 +82,7 @@ extra:
8282
- icon: fontawesome/solid/heart
8383
link: https://lovable.dev
8484
- icon: fontawesome/brands/twitter
85-
link: https://twitter.com/Lovable_dev
85+
link: https://twitter.com/lovable_dev
8686
- icon: fontawesome/brands/youtube
8787
link: https://www.youtube.com/@lovable-labs
8888
- icon: fontawesome/brands/discord

src/assets/favicon-32x32.png

9.82 KB
Loading

src/assets/gpt-engineer-2x-logo.png

-2.63 KB
Binary file not shown.

src/assets/lovable-2x-logo.png

11.9 KB
Loading

src/credits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :medal: Messaging limits
22

3-
LLMs are expensive, because of this GPT Engineer limits the daily and/or monthly messages that result in successful edits you can send.
3+
LLMs are expensive, because of this Lovable limits the daily and/or monthly messages that result in successful edits you can send.
44

55
!!! info "Edits expiration"
66
Daily edits renew at midnight UTC.
@@ -9,7 +9,7 @@ LLMs are expensive, because of this GPT Engineer limits the daily and/or monthly
99
## All plans
1010
- **Daily limit** - 5 free messages per day
1111

12-
Designed to give users a chance to explore and experience GPT Engineer's features at no cost.
12+
Designed to give users a chance to explore and experience Lovable's features at no cost.
1313

1414
!!! info "What happens if my edit fails?"
1515
If an edit generation completely fails (build error) due to an error on our side, the credit for that edit will **not** be deducted from your daily/monthly total.

src/features/deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# :globe_with_meridians: Deploy and share
22

3-
Once your web app is ready, you can deploy it or share it with the world. You can also share your work-in-progress version to gather feedback. GPT Engineer makes it simple to publish and share your apps with just a few clicks.
3+
Once your web app is ready, you can deploy it or share it with the world. You can also share your work-in-progress version to gather feedback. Lovable makes it simple to publish and share your apps with just a few clicks.
44

55
---
66

77
## Publishing your app
88

99
To publish your web app, in the top right corner of the editor view, click on the **Share** button. This button looks like a globe icon.
1010
<div align="center">
11-
<img src="/assets/share-icon.png" alt="Share icon in GPT Engineer">
11+
<img src="/assets/share-icon.png" alt="Share icon in Lovable">
1212
</div>
1313

1414
After clicking the **Share** button, a dialog will appear with options to publish your application. Click the green **Publish** button to start the deployment process. During this time, the button will display **Publishing**.
1515

1616
<div align="center">
17-
<video autoplay loop src="/assets/videos/video-publish-republish.mp4" title="Publishing and republishing GPT Engineer apps"></video>
17+
<video autoplay loop src="/assets/videos/video-publish-republish.mp4" title="Publishing and republishing Lovable apps"></video>
1818
</div>
1919

2020
Once the deployment is complete, the dialog will show the published address with a **Republish** button for future updates.

src/features/git-integration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# :simple-github: GitHub Integration
22

3-
To make it easier for developers to work together with the AI on projects, gptengineer.app backs all projects with a git repository and lets you push commits directly to the repository.
3+
To make it easier for developers to work together with the AI on projects, Lovable backs all projects with a git repository and lets you push commits directly to the repository.
44

5-
In order to push commits to GitHub, your project and gptengineer.app will automatically pull them in and update the project. This allows you to make changes yourself, without asking the AI.
5+
In order to push commits to GitHub, your project and Lovable will automatically pull them in and update the project. This allows you to make changes yourself, without asking the AI.
66

77
## Connecting a project to your GitHub account
88

99
Before pushing your first commit, you will need to connect your GitHub account to the project. You can do this by navigating to GitHub -> Connect to GitHub. You will then be redirected to GitHub to authorize the connection.
1010

11-
You can choose to either granting access to (1) all repositories, or (2) specific repositories. Both options will let GPT Engineer create repositories in your GitHub account or organization.
11+
You can choose to either granting access to (1) all repositories, or (2) specific repositories. Both options will let Lovable create repositories in your GitHub account or organization.
1212

13-
Note that you can only connect one GitHub login to your GPT Engineer account, but you can create repositories in any of the organizations you choose to install the GPT Engineer app in.
13+
Note that you can only connect one GitHub login to your Lovable account, but you can create repositories in any of the organizations you choose to install the Lovable app in.
1414

1515
<video autoplay loop src="/assets/connect-to-github.mp4"> video </video>
1616

@@ -20,7 +20,7 @@ Please note that you will need admin access if you are trying to create a reposi
2020

2121
Once you have connected your GitHub account to your project, you can view the source code by navigating to GitHub -> View on GitHub.
2222

23-
Any change you make and push to the repository will be automatically reflected in gptengineer.app.
23+
Any change you make and push to the repository will be automatically reflected in Lovable.
2424

2525
You can commit changes directly in GitHub Codespaces or clone the repo to use your preferred IDE.
2626

src/features/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# :tools: Features
22

3-
GPT Engineer comes with a sleeve of features available. While these Docs are work in progress, and not all of the features are described, we wanted to showcase some of the key and most commonly used features.
3+
Lovable comes with a sleeve of features available. While these Docs are work in progress, and not all of the features are described, we wanted to showcase some of the key and most commonly used features.
44

55
---
66

77
## Overview
8-
Explore the sections below to get started quickly and learn more about some of the features offered by GPT Engineer.
8+
Explore the sections below to get started quickly and learn more about some of the features offered by Lovable.
99

1010
<div class="grid cards" markdown>
1111

1212
- :octicons-globe-24:{ .lg .middle } **Deploy and share**
1313

1414
---
1515

16-
Learn how to publish and share your GPT Engineer projects quickly and efficiently with the public.
16+
Learn how to publish and share your Lovable projects quickly and efficiently with the public.
1717

1818
[:octicons-arrow-right-24: Deploy](deploy.md)
1919

@@ -22,15 +22,15 @@ Explore the sections below to get started quickly and learn more about some of t
2222

2323
---
2424

25-
Extend GPT Engineer's functionality by integrating npm packages into your projects.
25+
Extend Lovable's functionality by integrating npm packages into your projects.
2626

2727
[:octicons-arrow-right-24: Using npm packages](npm-packages.md)
2828

2929
- :octicons-stack-24:{ .lg .middle } **Tech stacks**
3030

3131
---
3232

33-
You can configure the tech stack GPT Engineer starts from.
33+
You can select the tech stack Lovable starts from.
3434

3535
[:octicons-arrow-right-24: Tech stacks](techstacks.md)
3636

src/features/npm-packages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :simple-npm: Using npm packages
22

3-
While GPT Engineer is powerful on its own, enabling users to build sophisticated web applications, you can leverage npm packages for more advanced and extended features. These packages help you build even more complex and feature-rich applications with ease.
3+
While Lovable is powerful on its own, enabling users to build sophisticated web applications, you can leverage npm packages for more advanced and extended features. These packages help you build even more complex and feature-rich applications with ease.
44

55
!!! info "What is npm?"
66
npm (Node Package Manager) is a package manager for JavaScript that allows developers to share and reuse code. It hosts thousands of packages, which are pieces of reusable code, that you can easily integrate into your projects to extend functionality.
@@ -11,28 +11,28 @@ While GPT Engineer is powerful on its own, enabling users to build sophisticated
1111

1212
## Using npm packages for advanced features
1313

14-
Let's say you'd like to create a tool that enables you to arrange your tasks in different Kanban boards, similar to many popular project management tools. You can prompt GPT Engineer to build this tool from scratch, but it might be slower and more challenging to achieve the desired functionality.
14+
Let's say you'd like to create a tool that enables you to arrange your tasks in different Kanban boards, similar to many popular project management tools. You can prompt Lovable to build this tool from scratch, but it might be slower and more challenging to achieve the desired functionality.
1515

1616
Instead, you can use npm packages to simplify and speed up the process. For example, the <a href="https://www.npmjs.com/package/@hello-pangea/dnd" target="_blank" rel="noopener noreferrer">hello-pangea/dnd</a> package provides robust drag-and-drop functionality. By using this package, you can easily create a Kanban board where users can add new cards, move them within columns, and reorder them.
1717

1818
!!! example "Integrating drag-and-drop npm package"
19-
To incorporate the hello-pangea/dnd package into your GPT Engineer project, you can use the following prompt:
19+
To incorporate the hello-pangea/dnd package into your Lovable project, you can use the following prompt:
2020

2121
```
2222
Use the hello-pangea/dnd npm package to add drag-and-drop functionality to my Kanban board app.
2323
Ensure users can add new cards, move them within columns, and reorder them.
2424

2525
```
2626

27-
This prompt directs GPT Engineer to integrate the package into your project, making it easier to achieve the desired functionality. Depending on other requirements, your result might look somewhat like this.
27+
This prompt directs Lovable to integrate the package into your project, making it easier to achieve the desired functionality. Depending on other requirements, your result might look somewhat like this.
2828

29-
![GPT Engineer implemented drag-and-drop Kanban functionality](/assets/npm-example-using-pangea-dnd.png)
29+
![Lovable implemented drag-and-drop Kanban functionality](/assets/npm-example-using-pangea-dnd.png)
3030

3131
---
3232

3333
## Quality and responsibility
3434

35-
It’s important to note that while npm packages can significantly enhance your projects, GPT Engineer cannot guarantee the quality or reliability of these third-party packages.
35+
It’s important to note that while npm packages can significantly enhance your projects, Lovable cannot guarantee the quality or reliability of these third-party packages.
3636

3737
The functionality and performance of npm packages are the responsibility of the end user, and it’s essential to thoroughly test and validate them within your application.
3838

src/free-credits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :gift: Get free edits
22

3-
Help your friends & followers build faster with GPT Engineer. Invite friends to use GPT Engineer, and when they create a project you’ll both earn 25 edits. If you make 30 referrals, you’ll unlock a bonus 250 edits.
3+
Help your friends & followers build faster with Lovable. Invite friends to use Lovable, and when they create a project you’ll both earn 25 edits. If you make 30 referrals, you’ll unlock a bonus 250 edits.
44

55
## How to start earning?
66

0 commit comments

Comments
 (0)