Skip to content

Commit

Permalink
fix: use lb3 readmes for lb4 connector pages
Browse files Browse the repository at this point in the history
  • Loading branch information
biniam committed Apr 19, 2019
1 parent caed05f commit 8ebc181
Show file tree
Hide file tree
Showing 35 changed files with 111 additions and 78 deletions.
2 changes: 1 addition & 1 deletion docs/site/Cassandra-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source: loopback-connector-cassandra
keywords: LoopBack, connector
tags: readme
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Cassandra-connector.html
permalink: /doc/en/lb3/Cassandra-connector.html
summary:
The Cassandra connector enables LoopBack applications to connect to Cassandra
data sources.
Expand Down
2 changes: 1 addition & 1 deletion docs/site/Cloudant-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source: loopback-connector-cloudant
keywords: LoopBack, connector
tags: [connectors, readme]
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Cloudant-connector.html
permalink: /doc/en/lb3/Cloudant-connector.html
summary:
The Cloudant connector enables LoopBack applications to connect to Cloudant
data sources.
Expand Down
2 changes: 1 addition & 1 deletion docs/site/Community-connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: page
keywords: LoopBack
tags:
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Community-connectors.html
permalink: /doc/en/lb3/Community-connectors.html
summary:
---

Expand Down
2 changes: 1 addition & 1 deletion docs/site/Connecting-to-Microsoft-SQL-Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ branch: mssql
keywords: LoopBack
tags: example_app
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Connecting-to-Microsoft-SQL-Server.html
permalink: /doc/en/lb3/Connecting-to-Microsoft-SQL-Server.html
summary: A brief tutorial on using the LoopBack MS SQL connector.
---
2 changes: 1 addition & 1 deletion docs/site/Connecting-to-MongoDB.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ source: loopback-example-database
keywords: LoopBack
tags: example_app
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Connecting-to-MongoDB.html
permalink: /doc/en/lb3/Connecting-to-MongoDB.html
summary: A brief tutorial on using the LoopBack MongoDB connector.
---
2 changes: 1 addition & 1 deletion docs/site/Connecting-to-MySQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ branch: mysql
keywords: LoopBack
tags: example_app
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Connecting-to-MySQL.html
permalink: /doc/en/lb3/Connecting-to-MySQL.html
summary: A brief tutorial on using the LoopBack MySQL connector.
---
2 changes: 1 addition & 1 deletion docs/site/Connecting-to-PostgreSQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ branch: postgresql
keywords: LoopBack
tags: example_app
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Connecting-to-PostgreSQL.html
permalink: /doc/en/lb3/Connecting-to-PostgreSQL.html
summary: A brief tutorial on using the LoopBack PostgreSQL connector.
---
2 changes: 1 addition & 1 deletion docs/site/Creating-decorators.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ layout: readme
source: loopback-next
file: packages/metadata/README.md
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Creating-decorators.html
permalink: /doc/en/lb3/Creating-decorators.html
summary: A tutorial to use `@loopback/metadata` module to create new decorators
---
2 changes: 1 addition & 1 deletion docs/site/DB2-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source: loopback-connector-db2
keywords: LoopBack
tags: [connectors, readme]
sidebar: lb4_sidebar
permalink: /doc/en/lb4/DB2-connector.html
permalink: /doc/en/lb3/DB2-connector.html
summary:
The DB2 connector enables LoopBack applications to connect to DB2 data
sources.
Expand Down
8 changes: 5 additions & 3 deletions docs/site/DB2-for-z-OS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: "DB2 for z/OS connector"
title: 'DB2 for z/OS connector'
lang: en
layout: readme
source: loopback-connector-db2z
keywords: LoopBack
tags: [connectors, readme]
sidebar: lb4_sidebar
permalink: /doc/en/lb4/DB2-for-z-OS.html
summary: The loopback-connector-db2z connector enables LoopBack applications to connect to IBM® DB2® for z/OS® data sources.
permalink: /doc/en/lb3/DB2-for-z-OS.html
summary:
The loopback-connector-db2z connector enables LoopBack applications to connect
to IBM® DB2® for z/OS® data sources.
---
8 changes: 5 additions & 3 deletions docs/site/DB2-iSeries-connector.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: "DB2 iSeries connector"
title: 'DB2 iSeries connector'
lang: en
layout: readme
source: loopback-connector-db2iseries
keywords: LoopBack, connector
tags: [connectors, readme]
sidebar: lb4_sidebar
permalink: /doc/en/lb4/DB2-iSeries-connector.html
summary: The DB2 iSeries connector enables LoopBack applications to connect to DB2 iSeries data sources.
permalink: /doc/en/lb3/DB2-iSeries-connector.html
summary:
The DB2 iSeries connector enables LoopBack applications to connect to DB2
iSeries data sources.
---
2 changes: 1 addition & 1 deletion docs/site/DashDB.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source: loopback-connector-dashdb
keywords: LoopBack, connector
tags: [connectors, readme]
sidebar: lb4_sidebar
permalink: /doc/en/lb4/DashDB.html
permalink: /doc/en/lb3/DashDB.html
summary:
The DashDB connector enables LoopBack applications to connect to DashDB data
sources.
Expand Down
4 changes: 2 additions & 2 deletions docs/site/Example-kv-connector.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "KV connector example"
title: 'KV connector example'
lang: en
layout: readme
source: loopback-example-kv-connectors
keywords: LoopBack
tags: example_app
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Example-kv-connector.html
permalink: /doc/en/lb3/Example-kv-connector.html
summary: A simple example of using the LoopBack KV connectors.
---
8 changes: 5 additions & 3 deletions docs/site/Informix.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: "Informix connector"
title: 'Informix connector'
lang: en
layout: readme
source: loopback-connector-informix
keywords: LoopBack, connector
tags: [connectors, readme]
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Informix.html
summary: The Informix connector enables LoopBack applications to connect to Informix data sources.
permalink: /doc/en/lb3/Informix.html
summary:
The Informix connector enables LoopBack applications to connect to Informix
data sources.
---
8 changes: 5 additions & 3 deletions docs/site/JSON-RPC-connector.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: "JSON-RPC connector"
title: 'JSON-RPC connector'
lang: en
layout: readme
source: loopback-connector-jsonrpc
keywords: LoopBack, connector
tags: [connectors, readme]
sidebar: lb4_sidebar
permalink: /doc/en/lb4/JSON-RPC-connector.html
summary: The LoopBack JSON-RPC Connector enables LoopBack applications to call JSON-RPC services.
permalink: /doc/en/lb3/JSON-RPC-connector.html
summary:
The LoopBack JSON-RPC Connector enables LoopBack applications to call JSON-RPC
services.
---
8 changes: 5 additions & 3 deletions docs/site/MQLight-connector.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: "MQLight connector"
title: 'MQLight connector'
lang: en
layout: readme
source: loopback-connector-mqlight
keywords: LoopBack, connector
tags: [connectors, readme]
sidebar: lb4_sidebar
permalink: /doc/en/lb4/MQLight-connector.html
summary: The MQ Light connector enables LoopBack applications to use the MQ Light messaging API.
permalink: /doc/en/lb3/MQLight-connector.html
summary:
The MQ Light connector enables LoopBack applications to use the MQ Light
messaging API.
---
8 changes: 5 additions & 3 deletions docs/site/MongoDB-connector.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: "MongoDB connector"
title: 'MongoDB connector'
lang: en
layout: readme
source: loopback-connector-mongodb
keywords: LoopBack, connector
tags: readme
sidebar: lb4_sidebar
permalink: /doc/en/lb4/MongoDB-connector.html
summary: The MongoDB connector enables LoopBack applications to connect to MongoDB data sources.
permalink: /doc/en/lb3/MongoDB-connector.html
summary:
The MongoDB connector enables LoopBack applications to connect to MongoDB data
sources.
---
9 changes: 6 additions & 3 deletions docs/site/MySQL-connector.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
---
title: "MySQL connector"
title: 'MySQL connector'
lang: en
layout: readme
source: loopback-connector-mysql
keywords: LoopBack
tags: connectors
sidebar: lb4_sidebar
permalink: /doc/en/lb4/MySQL-connector.html
summary: The MySQL connector enables LoopBack applications to connect to MySQL data sources.
permalink: /doc/en/lb3/MySQL-connector.html
summary:
The MySQL connector enables LoopBack applications to connect to MySQL data
sources.
---

{% include important.html content="The MySQL connector requires MySQL 5.0+.
" %}
8 changes: 5 additions & 3 deletions docs/site/PostgreSQL-connector.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: "PostgreSQL connector"
title: 'PostgreSQL connector'
lang: en
layout: readme
source: loopback-connector-postgresql
keywords: LoopBack
tags: connectors
sidebar: lb4_sidebar
permalink: /doc/en/lb4/PostgreSQL-connector.html
summary: The PostgreSQL connector enables LoopBack applications to connect to PostgreSQL data sources.
permalink: /doc/en/lb3/PostgreSQL-connector.html
summary:
The PostgreSQL connector enables LoopBack applications to connect to
PostgreSQL data sources.
---

{% include note.html content="The PostgreSQL connector requires PostgreSQL 8.x or 9.x.
Expand Down
4 changes: 2 additions & 2 deletions docs/site/REST-connector-example.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "REST Connector Example"
title: 'REST Connector Example'
lang: en
layout: readme
source: loopback-example-connector
branch: rest
keywords: LoopBack
tags: example_app
sidebar: lb4_sidebar
permalink: /doc/en/lb4/REST-connector-example.html
permalink: /doc/en/lb3/REST-connector-example.html
summary: Example of using the LoopBack REST connector.
---
8 changes: 5 additions & 3 deletions docs/site/REST-connector.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: "REST connector"
title: 'REST connector'
lang: en
layout: readme
source: loopback-connector-rest
keywords: LoopBack, REST
tags: [connectors, readme]
sidebar: lb4_sidebar
permalink: /doc/en/lb4/REST-connector.html
summary: The REST connector enables LoopBack applications to interact with other (third party) REST APIs.
permalink: /doc/en/lb3/REST-connector.html
summary:
The REST connector enables LoopBack applications to interact with other (third
party) REST APIs.
---
9 changes: 5 additions & 4 deletions docs/site/Remote-connector-example.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
title: "Remote connector example"
title: 'Remote connector example'
lang: en
layout: readme
source: loopback-example-connector
branch: remote
keywords: LoopBack
tags: example_app
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Remote-connector-example.html
permalink: /doc/en/lb3/Remote-connector-example.html
summary: Example of using the LoopBack remote connector.
---

{% include see-also.html content="

- [Example application](Remote-connector-example.html)
- [Strong Remoting](Strong-Remoting.html)
" %}
- [Strong Remoting](Strong-Remoting.html) " %}
13 changes: 8 additions & 5 deletions docs/site/Remote-connector.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
---
title: "Remote connector"
title: 'Remote connector'
lang: en
layout: readme
source: loopback-connector-remote
keywords: LoopBack
tags: connectors
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Remote-connector.html
summary: The remote connector enables you to use a LoopBack application as a data source via REST.
permalink: /doc/en/lb3/Remote-connector.html
summary:
The remote connector enables you to use a LoopBack application as a data
source via REST.
---

{% include see-also.html content="

- [Example application](Remote-connector-example.html)
- [Strong Remoting](Strong-Remoting.html)
" %}
- [Strong Remoting](Strong-Remoting.html) " %}
8 changes: 4 additions & 4 deletions docs/site/SOAP-Connector-example.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: "SOAP connector example"
title: 'SOAP connector example'
lang: en
layout: readme
source: loopback-example-connector
branch: soap
keywords: LoopBack
tags: example_app
sidebar: lb4_sidebar
permalink: /doc/en/lb4/SOAP-Connector-example.html
permalink: /doc/en/lb3/SOAP-Connector-example.html
summary: Example of using the LoopBack SOAP connector.
---
{% include navgroups/soap.md %}
<br/>

{% include navgroups/soap.md %} <br/>
8 changes: 5 additions & 3 deletions docs/site/SOAP-connector.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: "SOAP connector"
title: 'SOAP connector'
lang: en
layout: readme
source: loopback-connector-soap
keywords: LoopBack, connector
tags: [connectors, readme]
sidebar: lb4_sidebar
permalink: /doc/en/lb4/SOAP-connector.html
summary: The SOAP connector enables LoopBack applications to interact with SOAP-based web services.
permalink: /doc/en/lb3/SOAP-connector.html
summary:
The SOAP connector enables LoopBack applications to interact with SOAP-based
web services.
---

{% include navgroups/soap.md %}
8 changes: 5 additions & 3 deletions docs/site/SQL-Server-connector.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: "SQL Server connector"
title: 'SQL Server connector'
lang: en
layout: readme
source: loopback-connector-mssql
keywords: LoopBack
tags: connectors
sidebar: lb4_sidebar
permalink: /doc/en/lb4/SQL-Server-connector.html
summary: The SQL Server connector enables LoopBack applications to connect to Microsoft SQL Server data sources.
permalink: /doc/en/lb3/SQL-Server-connector.html
summary:
The SQL Server connector enables LoopBack applications to connect to Microsoft
SQL Server data sources.
---

{% include note.html content="The SQL Server connector requires SQL Server 2005+.
Expand Down
8 changes: 5 additions & 3 deletions docs/site/SQLite3.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: "SQLite3 connector"
title: 'SQLite3 connector'
lang: en
layout: readme
source: loopback-connector-sqlite3
keywords: LoopBack, connector
tags: readme
sidebar: lb4_sidebar
permalink: /doc/en/lb4/SQLite3.html
summary: The SQLite3 connector enables LoopBack applications to connect to SQLite3 data sources.
permalink: /doc/en/lb3/SQLite3.html
summary:
The SQLite3 connector enables LoopBack applications to connect to SQLite3 data
sources.
---
Loading

0 comments on commit 8ebc181

Please sign in to comment.