chore: Replaced versioned URLs with new ones (#27798)

## Description
I have replaced the decommissioned versioned URLs with the correct new
URLs based on the provided
[list.](https://docs.google.com/spreadsheets/d/10qLHfy4XIjNN_8CPzTu8B7ZNYUrCJM212ZOo8Qfkt9Q/edit?usp=sharing)

#### PR fixes following issue(s)
Fixes https://github.com/appsmithorg/appsmith/issues/25513

#### Type of change
- Bug fix (non-breaking change which fixes an issue)
- Chore (housekeeping or task changes that don't impact user perception)

Co-authored-by: Gretel Arcia <gretelarcia@Gretels-Mini.lan>
This commit is contained in:
Gretel8 2023-10-05 02:37:59 -04:00 committed by GitHub
parent ed3982e534
commit 4ad809a10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 21 deletions

View File

@ -24,7 +24,7 @@ export const entityDefinitions = {
"!doc": "!doc":
"The user's geo location information. Only available when requested", "The user's geo location information. Only available when requested",
"!url": "!url":
"https://docs.appsmith.com/v/v1.2.1/framework-reference/geolocation", "https://docs.appsmith.com/reference/appsmith-framework/context-object#geolocation-object",
getCurrentPosition: getCurrentPosition:
"fn(onSuccess: fn() -> void, onError: fn() -> void, options: object) -> void", "fn(onSuccess: fn() -> void, onError: fn() -> void, options: object) -> void",
watchPosition: "fn(options: object) -> void", watchPosition: "fn(options: object) -> void",
@ -49,7 +49,7 @@ export const entityDefinitions = {
return { return {
"!doc": "!doc":
"Actions allow you to connect your widgets to your backend data in a secure manner.", "Actions allow you to connect your widgets to your backend data in a secure manner.",
"!url": "https://docs.appsmith.com/v/v1.2.1/framework-reference/run", "!url": "https://docs.appsmith.com/reference/appsmith-framework/query-object",
isLoading: "bool", isLoading: "bool",
data, data,
responseMeta: { responseMeta: {

View File

@ -12,7 +12,7 @@ export const mockPlugins = [
packageName: PluginPackageName.POSTGRES, packageName: PluginPackageName.POSTGRES,
iconLocation: getAssetUrl(`${ASSETS_CDN_URL}/logo/postgresql.svg`), iconLocation: getAssetUrl(`${ASSETS_CDN_URL}/logo/postgresql.svg`),
documentationLink: documentationLink:
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-postgres", "https://docs.appsmith.com/connect-data/reference/querying-postgres#query-postgresql",
responseType: "TABLE", responseType: "TABLE",
uiComponent: "DbEditorForm", uiComponent: "DbEditorForm",
datasourceComponent: "AutoForm", datasourceComponent: "AutoForm",

View File

@ -530,7 +530,7 @@ class MapWidget extends BaseWidget<MapWidgetProps, WidgetState> {
<p> <p>
{"See our"} {"See our"}
<a <a
href="https://docs.appsmith.com/v/v1.2.1/setup/docker/google-maps" href="https://docs.appsmith.com/getting-started/setup/instance-configuration/google-maps"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank" target="_blank"
> >

View File

@ -642,7 +642,7 @@ public class DatabaseChangelog1 {
plugin.setDocumentationLink(""); plugin.setDocumentationLink("");
} else if ("mongo-plugin".equals(plugin.getPackageName())) { } else if ("mongo-plugin".equals(plugin.getPackageName())) {
plugin.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-mongodb"); plugin.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-mongodb/");
} else { } else {
continue; continue;
@ -1056,7 +1056,7 @@ public class DatabaseChangelog1 {
plugin1.setUiComponent("DbEditorForm"); plugin1.setUiComponent("DbEditorForm");
plugin1.setResponseType(Plugin.ResponseType.JSON); plugin1.setResponseType(Plugin.ResponseType.JSON);
plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/ElasticSearch.jpg"); plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/ElasticSearch.jpg");
plugin1.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-elasticsearch"); plugin1.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-elasticsearch");
plugin1.setDefaultInstall(true); plugin1.setDefaultInstall(true);
try { try {
mongoTemplate.insert(plugin1); mongoTemplate.insert(plugin1);
@ -1076,7 +1076,7 @@ public class DatabaseChangelog1 {
plugin1.setUiComponent("DbEditorForm"); plugin1.setUiComponent("DbEditorForm");
plugin1.setResponseType(Plugin.ResponseType.JSON); plugin1.setResponseType(Plugin.ResponseType.JSON);
plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/DynamoDB.png"); plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/DynamoDB.png");
plugin1.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-dynamodb"); plugin1.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-dynamodb");
plugin1.setDefaultInstall(true); plugin1.setDefaultInstall(true);
try { try {
mongoTemplate.insert(plugin1); mongoTemplate.insert(plugin1);
@ -1106,7 +1106,7 @@ public class DatabaseChangelog1 {
plugin1.setUiComponent("DbEditorForm"); plugin1.setUiComponent("DbEditorForm");
plugin1.setResponseType(Plugin.ResponseType.TABLE); plugin1.setResponseType(Plugin.ResponseType.TABLE);
plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/redis.jpg"); plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/redis.jpg");
plugin1.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-redis"); plugin1.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-redis");
plugin1.setDefaultInstall(true); plugin1.setDefaultInstall(true);
try { try {
mongoTemplate.insert(plugin1); mongoTemplate.insert(plugin1);
@ -1126,7 +1126,7 @@ public class DatabaseChangelog1 {
plugin1.setUiComponent("DbEditorForm"); plugin1.setUiComponent("DbEditorForm");
plugin1.setResponseType(Plugin.ResponseType.TABLE); plugin1.setResponseType(Plugin.ResponseType.TABLE);
plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/MsSQL.jpg"); plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/MsSQL.jpg");
plugin1.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-mssql"); plugin1.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-mssql");
plugin1.setDefaultInstall(true); plugin1.setDefaultInstall(true);
try { try {
mongoTemplate.insert(plugin1); mongoTemplate.insert(plugin1);
@ -1309,7 +1309,7 @@ public class DatabaseChangelog1 {
plugin.setUiComponent("DbEditorForm"); plugin.setUiComponent("DbEditorForm");
plugin.setResponseType(Plugin.ResponseType.JSON); plugin.setResponseType(Plugin.ResponseType.JSON);
plugin.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/Firestore.png"); plugin.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/Firestore.png");
plugin.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-firestore"); plugin.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-firestore");
plugin.setDefaultInstall(true); plugin.setDefaultInstall(true);
try { try {
mongoTemplate.insert(plugin); mongoTemplate.insert(plugin);
@ -1579,7 +1579,7 @@ public class DatabaseChangelog1 {
plugin.setUiComponent("DbEditorForm"); plugin.setUiComponent("DbEditorForm");
plugin.setResponseType(Plugin.ResponseType.TABLE); plugin.setResponseType(Plugin.ResponseType.TABLE);
plugin.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/Redshift.png"); plugin.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/Redshift.png");
plugin.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-redshift"); plugin.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-redshift");
plugin.setDefaultInstall(true); plugin.setDefaultInstall(true);
try { try {
mongoTemplate.insert(plugin); mongoTemplate.insert(plugin);
@ -1601,39 +1601,39 @@ public class DatabaseChangelog1 {
switch (plugin.getPackageName()) { switch (plugin.getPackageName()) {
case "postgres-plugin": case "postgres-plugin":
plugin.setDocumentationLink( plugin.setDocumentationLink(
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-postgres"); "https://docs.appsmith.com/reference/datasources/querying-postgres");
break; break;
case "mongo-plugin": case "mongo-plugin":
plugin.setDocumentationLink( plugin.setDocumentationLink(
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-mongodb"); "https://docs.appsmith.com/reference/datasources/querying-mongodb/");
break; break;
case "elasticsearch-plugin": case "elasticsearch-plugin":
plugin.setDocumentationLink( plugin.setDocumentationLink(
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-elasticsearch"); "https://docs.appsmith.com/reference/datasources/querying-elasticsearch");
break; break;
case "dynamo-plugin": case "dynamo-plugin":
plugin.setDocumentationLink( plugin.setDocumentationLink(
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-dynamodb"); "https://docs.appsmith.com/reference/datasources/querying-dynamodb");
break; break;
case "redis-plugin": case "redis-plugin":
plugin.setDocumentationLink( plugin.setDocumentationLink(
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-redis"); "https://docs.appsmith.com/reference/datasources/querying-redis");
break; break;
case "mssql-plugin": case "mssql-plugin":
plugin.setDocumentationLink( plugin.setDocumentationLink(
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-mssql"); "https://docs.appsmith.com/reference/datasources/querying-mssql");
break; break;
case "firestore-plugin": case "firestore-plugin":
plugin.setDocumentationLink( plugin.setDocumentationLink(
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-firestore"); "https://docs.appsmith.com/reference/datasources/querying-firestore");
break; break;
case "redshift-plugin": case "redshift-plugin":
plugin.setDocumentationLink( plugin.setDocumentationLink(
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-redshift"); "https://docs.appsmith.com/reference/datasources/querying-redshift");
break; break;
case "mysql-plugin": case "mysql-plugin":
plugin.setDocumentationLink( plugin.setDocumentationLink(
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-mysql"); "https://docs.appsmith.com/reference/datasources/querying-mysql");
break; break;
default: default:
continue; continue;

View File

@ -31,7 +31,7 @@ Quickly set up Appsmith to explore product functionality using Heroku.
- Github Oauth: - Github Oauth:
- `APPSMITH_OAUTH2_GITHUB_CLIENT_ID`: Client ID provided by Github for OAuth2 login - `APPSMITH_OAUTH2_GITHUB_CLIENT_ID`: Client ID provided by Github for OAuth2 login
- `APPSMITH_OAUTH2_GITHUB_CLIENT_SECRET`: Client secret provided by Github for OAuth2 login - `APPSMITH_OAUTH2_GITHUB_CLIENT_SECRET`: Client secret provided by Github for OAuth2 login
- `APPSMITH_DISABLE_TELEMETRY`: We want to be transparent and request that you share anonymous usage data with us. This data is purely statistical in nature and helps us understand your needs & provide better support to your self-hosted instance. You can read more about what information is collected in our documentation https://docs.appsmith.com/v/v1.2.1/setup/telemetry - `APPSMITH_DISABLE_TELEMETRY`: We want to be transparent and request that you share anonymous usage data with us. This data is purely statistical in nature and helps us understand your needs & provide better support to your self-hosted instance. You can read more about what information is collected in our documentation https://docs.appsmith.com/product/telemetry
- Google reCAPTCHA v3 Configuration: - Google reCAPTCHA v3 Configuration:
- `APPSMITH_RECAPTCHA_SITE_KEY`: Google reCAPTCHA v3 site key, it is required if you wish to enable protection against spam/abusive users. Read more at: https://developers.google.com/recaptcha/docs/v3 - `APPSMITH_RECAPTCHA_SITE_KEY`: Google reCAPTCHA v3 site key, it is required if you wish to enable protection against spam/abusive users. Read more at: https://developers.google.com/recaptcha/docs/v3
- `APPSMITH_RECAPTCHA_SECRET_KEY`: Google reCAPTCHA v3 verification secret key, it is required if you wish to enable spam protection in your backend server. - `APPSMITH_RECAPTCHA_SECRET_KEY`: Google reCAPTCHA v3 verification secret key, it is required if you wish to enable spam protection in your backend server.