-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into docs/plugins-page-updates
- Loading branch information
Showing
12 changed files
with
112 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: Code Generator Version Control | ||
description: This feature gives you the flexibility to chose which version of the code generator you want to use. | ||
sidebar_label: Code Generator Version Control | ||
slug: /code-generator-version-control | ||
--- | ||
|
||
The **Code Generator Version Control** feature gives Pro and Enterprise plan users the flexibility to choose which version of the code generator they want to use. | ||
|
||
Amplication's code generator periodically releases new versions with bug fixes, enhancements, and new features. | ||
|
||
While it's recommended to use the latest version, some teams may prefer having more control over when to upgrade the generated code. | ||
|
||
![Amplication Code Generator Version Control](./assets/code-generator-version-control.png) | ||
|
||
## Benefits | ||
|
||
- **Avoid Breaking Changes**: Upgrade on your own schedule and don't be forced to use a version that might contain breaking changes right away. | ||
|
||
- **Test New Versions**: Try out a new version and see how it impacts your app before rolling it out to production. | ||
|
||
- **Lock Down Stable Versions**: Lock in a stable version and keep generating code without unexpected changes. | ||
|
||
## How It Works | ||
|
||
1. In your service's **Settings** page, navigate to the **Code Generator Version** tab. | ||
|
||
:::note | ||
Only Code Generator versions that have been released since you created your service can be used. You can't use code generator versions that were released earlier than your service's creation date. | ||
::: | ||
|
||
2. Enable the `I want to select a specific version of the code generator` toggle into the ON state. | ||
|
||
Every item in the dropdown is a specific version. Lock in a specific version for this service and it won't change until you manually update it. | ||
|
||
:::tip | ||
If you disable this toggle, Amplication will always use the latest version of the code generator. | ||
::: | ||
|
||
3. Click on `Version History` to view all previous code generator versions that you have used for your service. | ||
|
||
4. Rebuild your service and commit your changes to see the new version applied. | ||
|
||
Now whenever you generate code for your services, Amplication will use the code generator version you selected. | ||
|
||
## Enable CodeGen Version Control | ||
|
||
To use the **Code Generator Version Control** feature, upgrade to Amplication's Pro plan or Enterprise plan. | ||
|
||
The feature will automatically become available in the settings page for each of your services. | ||
|
||
For more details on Amplication's plans, visit our [pricing page](https://amplication.com/pricing). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Community Tutorials | ||
sidebar_label: Community Tutorials | ||
--- | ||
|
||
# Community Tutorials | ||
|
||
The Amplication community has created some great tutorials showing how to build different types of backends using Amplication. | ||
These tutorials demonstrate integrating Amplication with various frontends, databases, and other technologies. | ||
|
||
## Tutorials | ||
|
||
- [Creating a Chatroom in Angular using Amplication](https://dev.to/akshitadixit/creating-a-chatroom-in-angular-using-amplication-39l) | ||
-[⚛️ Full Stack Amazon Clone with Next.js, Typescript, Tailwind CSS, Zustand, Next UI, Recharts and Amplication 🚀](https://dev.to/koolkishan/full-stack-amazon-clone-with-nextjs-typescript-tailwind-css-zustand-next-ui-recharts-and-amplication-1h89) | ||
- [Building Scalable Microservices with Amplication, GraphQL, MongoDB, and Kafka](https://dev.to/tyaga001/building-scalable-microservices-with-amplication-graphql-mongodb-and-kafka-1ee0) | ||
- [Creating a To-Do App in Flutter using Amplication](https://dev.to/hamdaanaliquatil/creating-a-to-do-app-in-flutter-using-amplication-2mem) | ||
- [How to deploy Amplication app to DigitalOcean](https://dev.to/thucpn/how-to-deploy-amplication-app-to-digitalocean-o3e) | ||
- [Building a Data-Heavy NodeJS App with Amplication](https://medium.com/faun/building-a-data-heavy-nodejs-app-with-amplication-2c82f44a912f) | ||
|
||
## Add Your Tutorial | ||
|
||
If you've written a tutorial for building backends with Amplication, please consider adding it to the documentation. | ||
Just open a pull request adding your tutorial to this page. | ||
We'd love to share what the community is building with Amplication! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters