-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add couchdb2 connector to database connector ref #6013
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please update the file corresponding to https://loopback.io/doc/en/lb4/Database-connectors.html too? Thanks.
docs/site/sidebars/lb4_sidebar.yml
Outdated
@@ -664,6 +664,10 @@ children: | |||
url: Cloudant-connector.html | |||
output: 'web, pdf' | |||
|
|||
- title: 'CouchDB 2 connector' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's clear to just have CouchDB connector
- title: 'CouchDB 2 connector' | |
- title: 'CouchDB connector' |
SECURITY.md
Outdated
@@ -19,6 +19,7 @@ LoopBack implements the | |||
**Database connectors** | |||
|
|||
- [Cassandra connector](https://loopback.io/doc/en/lb4/Cassandra-connector.html) | |||
- [CouchDB 2 connector](https://loopback.io/doc/en/lb4/Couchdb2-connector.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [CouchDB 2 connector](https://loopback.io/doc/en/lb4/Couchdb2-connector.html) | |
- [CouchDB connector](https://loopback.io/doc/en/lb4/Couchdb2-connector.html) |
The list of connectors is generated by the sidebar: Btw the list is incorrect atm. My fix in https://github.com/strongloop/loopback.io/pull/976/files got reverted by the bot loopbackio/loopback.io@99dcc57 D: |
3db7ee3
to
59525b4
Compare
SECURITY.md
Outdated
@@ -19,6 +19,7 @@ LoopBack implements the | |||
**Database connectors** | |||
|
|||
- [Cassandra connector](https://loopback.io/doc/en/lb4/Cassandra-connector.html) | |||
- [CouchDB 2.x connector](https://loopback.io/doc/en/lb4/Couchdb2-connector.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on a second thought, i'm thinking whether it's better to just have CouchDB connector
, so that it's consistent with the other connector names.
connects to #5267
Checklist
👉 Read and sign the CLA (Contributor License Agreement) 👈
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈