|
|
@@ -11,16 +11,12 @@ app.templates.aboutPage = -> """
|
|
|
</nav>
|
|
|
|
|
|
<h1 class="_lined-heading">DevDocs: API Documentation Browser</h1>
|
|
|
- <p>DevDocs combines multiple API documentations in a clean and organized web UI with instant search, offline support, mobile version, dark theme, keyboard shortcuts, and more.
|
|
|
- <ul>
|
|
|
- <li>Created and maintained by <a href="https://thibaut.me">Thibaut Courouble</a>
|
|
|
- <li>Free and <a href="https://github.com/freeCodeCamp/devdocs">open source</a>
|
|
|
- <iframe class="_github-btn" src="https://ghbtns.com/github-btn.html?user=freeCodeCamp&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20" tabindex="-1"></iframe>
|
|
|
- </ul>
|
|
|
+ <p>DevDocs combines multiple developer documentations in a clean and organized web UI with instant search, offline support, mobile version, dark theme, keyboard shortcuts, and more.
|
|
|
+ <p>DevDocs is free and <a href="https://github.com/freeCodeCamp/devdocs">open source</a>. It was created by <a href="https://thibaut.me">Thibaut Courouble</a> and is operated by <a href="https://www.freecodecamp.org/">freeCodeCamp</a>.
|
|
|
<p>To keep up-to-date with the latest news:
|
|
|
<ul>
|
|
|
<li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
|
|
|
- <li>Watch the repository on <a href="https://github.com/freeCodeCamp/devdocs/subscription">GitHub</a>
|
|
|
+ <li>Watch the repository on <a href="https://github.com/freeCodeCamp/devdocs/subscription">GitHub</a> <iframe class="_github-btn" src="https://ghbtns.com/github-btn.html?user=freeCodeCamp&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20" tabindex="-1"></iframe>
|
|
|
<li>Join the <a href="https://gitter.im/FreeCodeCamp/DevDocs">Gitter</a> chat room
|
|
|
</ul>
|
|
|
|
|
|
@@ -52,7 +48,6 @@ app.templates.aboutPage = -> """
|
|
|
<dt>Where can I report bugs?
|
|
|
<dd>In the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>. Thanks!
|
|
|
</dl>
|
|
|
- <p>For anything else, feel free to email me at <a href="mailto:thibaut@devdocs.io">thibaut@devdocs.io</a>.
|
|
|
|
|
|
<h2 class="_block-heading" id="credits">Credits</h2>
|
|
|
|
|
|
@@ -76,12 +71,12 @@ app.templates.aboutPage = -> """
|
|
|
|
|
|
<h2 class="_block-heading" id="privacy">Privacy Policy</h2>
|
|
|
<ul>
|
|
|
- <li><a href="https://devdocs.io">devdocs.io</a> ("App") is operated by Thibaut Courouble ("We").
|
|
|
- <li>We do not collect personal information.
|
|
|
+ <li><a href="https://devdocs.io">devdocs.io</a> ("App") is operated by <a href="https://www.freecodecamp.org/">freeCodeCamp</a> ("We").
|
|
|
+ <li>We do not collect personal information through the app.
|
|
|
<li>We use Google Analytics, Gauges and Sentry to collect anonymous traffic information and improve the app.
|
|
|
<li>The app uses cookies to store user preferences.
|
|
|
<li>By using the app, you signify your acceptance of this policy. If you do not agree to this policy, please do not use the app.
|
|
|
- <li>If you have any questions regarding privacy, please email <a href="mailto:thibaut@devdocs.io">thibaut@devdocs.io</a>.
|
|
|
+ <li>If you have any questions regarding privacy, please email <a href="mailto:privacy@freecodecamp.org">privacy@freecodecamp.org</a>.
|
|
|
</ul>
|
|
|
"""
|
|
|
|