alxndrsn commented on PR #9146: URL: https://github.com/apache/pouchdb/pull/9146#issuecomment-3990272235
Some issues added to the TODO in the issue description, including: ```diff < href="https://github.com/apache/pouchdb/edit/master/docs/" --- > href="https://github.com/apache/pouchdb/edit/master/docs/_posts/2014-04-01-pouchdb-2.1.0.md" ``` ```diff 15c15 < <meta name="theme-color" content="6ccb99" /> --- > <meta name="theme-color" content="#6ccb99" /> ``` ```diff < <p>PouchDB also runs in <a href="https://github.com/nolanlawson/pouchdb-phonegap-cordova">Cordova/PhoneGap</a>, <a href="https://github.com/nolanlawson/pouchdb-nw">NW.js</a>, <a href="https://github.com/nolanlawson/pouchdb-atom-shell">Electron</a>, and <a href="https://github.com/nolanlawson/pouchdb-chrome-app">Chrome apps</a>. It is framework-agnostic, and you can use it with Angular, React, Ember, Backbone, or your framework of choice. There are <a href="/external.htmlframework_adapters">many adapters</a>, or you can just use PouchDB as-is.</p> > <p>PouchDB also runs in <a href="https://github.com/nolanlawson/pouchdb-phonegap-cordova">Cordova/PhoneGap</a>, <a href="https://github.com/nolanlawson/pouchdb-nw">NW.js</a>, <a href="https://github.com/nolanlawson/pouchdb-atom-shell">Electron</a>, and <a href="https://github.com/nolanlawson/pouchdb-chrome-app">Chrome apps</a>. It is framework-agnostic, and you can use it with Angular, React, Ember, Backbone, or your framework of choice. There are <a href="/external.html#framework_adapters">many adapters</a>, or you can just use PouchDB as-is.</p> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
