Commit graph

55 commits

Author SHA1 Message Date
rhymes
56e13d00f0 Upgrade Ruby to 2.6.3 (#2649) 2019-05-02 12:06:18 -04:00
rhymes
9210f6793b Improvements on dev docs (#2616)
* Correct installation documentation

* Add stylized titles

* Add some changes to the getting started documentation

* Add changes for the backend guide

* Add changes for the design guide

* Add testing / Q&A guide improvements

* Minor fixes to contributing docs

* More improvements to the general doc

* Improvements for frontend guide
2019-04-29 18:54:29 -04:00
Andrew Brown
30dcb23169 #2507 - refactor GitDocs documentation (#2595)
* #2507 - refactor GitDocs documentation

* #2507 - fix grammar and spelling errors
2019-04-29 10:08:22 -04:00
Nick Taylor
573cc2eb1b Added more to the rbenv troubleshooting section. (#2479) 2019-04-20 09:21:03 -04:00
Jess Lee
810352766d Update gitdocs (#2500) 2019-04-19 16:05:13 -04:00
Nick Taylor
9007b80356 Added troubleshooting for byebug without readline issue (#2481)
* Added troubleshooting for byebug withouout readline issue.

* Genericized version number for error/solution.
2019-04-19 12:34:29 -04:00
Nick Taylor
c2a9816f63 There are installation sections for other OSes now. (#2480) 2019-04-18 09:41:42 -04:00
rhymes
8e6ca966ed Switch from chromedriver-helper to webdrivers (#2465) [ci skip] 2019-04-16 13:46:23 -04:00
Abraham Williams
fdd18e6bb1 Simplify development setup (#2143) 2019-03-25 12:53:39 -04:00
Periklis Gkolias
05c714db46 Update addl-tech.md (#2078) 2019-03-18 10:06:28 -04:00
Mario See
d8709c0334 Implement open inbox for dev-connect (#1563) 2019-03-15 14:39:57 -04:00
Joao Bueno
70b7414a28 Add GitDocs to "🔑 Key App tech/services" (#1951)
I thought it was important to quote it ;)
2019-03-03 18:21:05 -08:00
rhymes
dd6372012d Upgrade Ruby to 2.6.1 (#1711)
* Upgrade Ruby to 2.6.1

Ruby 2.6.1 contains a fix for Net::HTTP

* Add 2.6.1 to .ruby-version as well

* Add 2.6.1 to Travis CI as well
2019-02-06 16:48:28 -04:00
Sean
05eaa704d9 Correct grammar and punctuation in API Key docs (#1708)
Correct grammar and punctuation in 'Getting API Keys for Dev Environment' [skip ci]
2019-02-01 16:13:58 -04:00
Ben Halpern
cbb96bb7b8
Change issue level to be more intuitive (#1690) 2019-01-31 16:20:01 -04:00
Nathan Sebhastian
5f051d9512 Add maintaining your fork to docs (#742) [ci skip] 2019-01-16 14:48:38 -05:00
Bogdan Covrig
d6d95024ae Update the installation documentation (#1525)
* Edited Algolia

* Added Algolia sign-up stepts

* Added sign up Twitter doc

* Changed Twitter info

* Added Twitter and Agolia screenshots

* Added Github and Pusher sections

* Added Github and Pusher sections
2019-01-13 16:03:16 -05:00
Vinicius Stock
0725b85e50 Upgrade to Ruby 2.6.0 (#1482)
* Upgrade to Ruby 2.6.0

* Change Ruby version in guides and in travis

* Upgrade Rubocop

* Change Rubocop version for code climate

* Update .codeclimate.yml

* Update badge
2019-01-09 15:59:38 -05:00
Ben Halpern
75158e7f84
Add browser support to docs [skip ci] (#1378) 2018-12-20 12:50:33 -05:00
Anna Buyanova
48dbe55d05 Remove database.yml from the repo (#1162)
* Remove database.yml file from the repo, fixes #478

* Update dev.to docs

* Switch to the bullet list for the database.yml docs
2018-11-27 16:42:10 -05:00
Mario See
8e18df003e remove stream from docs (#1199)
since stream was removed in the notifications update, just removing stream in the set up part of the docs
2018-11-26 12:35:40 -05:00
Raphael Miedl
8d8f30d600 Fix typos and wording in installation docs. (#1108) 2018-11-12 18:11:58 -05:00
Mario See
b5446e18f3 Add tests for Dev Connect (#988) 2018-10-30 13:42:04 -04:00
Mac Siri
5287d4a03b Create DelayedJob config and misc DX changes (#979)
* Change from #after_save to #after_create

* Update .babelrc

* Update cloud_name for test

* Update SlackBot's RssReader channel

* Update helpful-hints.md

* Create .gitdocs.json

* Remove serve-docs script

* Update docs/helpful-hints.md

* Update approval

* Revert "Change from #after_save to #after_create"

This reverts commit 548ee0d2c0d56a1aa67316468f4106ac9f437662.

* Create delayed_job.rb

* Bump ancestry gem to 3.0.3

* Fix broken spec

* Remove manual Delayed::Job config in test

* Update spec_helper.rb

* Fix broken specs

* Mute SlackBot in test

* Remove weekly-dgiest.yml

* Create PodcastEpisodeDecorator
2018-10-26 13:15:14 -04:00
rhymes
3c61c026c5 Upgrade Ruby to 2.5.3 (#996) 2018-10-24 13:31:59 -04:00
Mac Siri
e881cf5e7c Remove Keen gem (#924)
* Remove phantom migration

* Remove keen gem

* Update doc
2018-10-15 17:37:22 -04:00
Albert Alises
7022f222c9 Add links to testing libraries on testing.md (#912)
* [Fix #909]Added links to testing libraries on testing.md, fixed typo

* Fixed height for READ POST button

* Ammended commit that was due for another pull request
2018-10-15 12:26:30 -04:00
Nick Holden
a6ff2f3d0c Add previewing docs in development guide (#843) 2018-10-11 17:02:23 -04:00
Stephanie Yip
0237d5a2fb Fixed typo (#845) 2018-10-07 09:59:20 -04:00
Nick Holden
3617f136d8 Update get-api-keys-dev-env.md styling (#819) 2018-10-04 13:40:02 -04:00
Nick Holden
3721c06964 Add Pusher to docs (#809)
* Add documentation for getting Pusher API keys

Some features on dev.to, such as direct messaging, require Pusher to 
function. This change adds instructions to the docs about how to sign up 
for a Pusher account and add the API keys for local development.

* Add Pusher mention to "Key App tech/services" page in docs
2018-10-04 10:55:37 -04:00
Nathan Sebhastian
625c4374a3 Create Windows installation doc (#671) 2018-10-01 15:15:46 -04:00
jacob
e540726b30 Fix a broken liquid tag (#666) 2018-09-16 13:29:12 -04:00
Claudio B
a4346172cc Docs: Fix underscores to italic in markdown (#636) 2018-09-12 16:21:13 -04:00
Peter Frank
5255078475 Add hosting your own instance info to Docs (#633)
Added a new page to the Docs re: eventually standing up your own
version of DEV
2018-09-12 14:37:28 -04:00
Antony Garand
fdec71455a Add nvm-windows to frontend doc (#591) [ci skip] 2018-09-05 11:39:39 -04:00
Arit Amana
1a77a6b0ed Add Section for Possible Error Msgs (and their solutions) (#584)
* Add Section for Possible Error Msgs (and their solutions) to Installation Instructions

* Moved 'Possible Errors' section to macOS docs
2018-09-03 19:22:14 -04:00
rhymes
92a494a1ea Add development/test name conflict notice to PostgreSQL docs (#574) 2018-09-01 14:29:33 -04:00
Mac Siri
2dbf16eeb2
Expand README's setup steps (#520)
* Remove duplicate key

* Improve test specs

* Update README
2018-08-28 17:37:29 -04:00
rhymes
ae3e0b4e8e Expand documentation on how to connect to PostgreSQL (#479)
* Expand documentation on how to connect to PostgreSQL

* Add link to Rails guides and PostgreSQL connection strings

* Expand warning wording
2018-08-28 15:56:31 -04:00
Peter Frank
a3dbc246e5 Add design guidelines to docs (#422)
* Add design guidelines to docs

Design inspiration, notes, and acknowledgments

* Update design guideline wording
2018-08-24 15:39:18 -04:00
Jess Lee
8c695378c5 Add issue levels doc (#414) 2018-08-22 12:48:45 -04:00
Mac Siri
7e88a3b57f Expend installation docs (#366)
* Update Travis's Slack config

* Fix styling

* Update prerequisites

* Update prerequisites

* Update README

* Expand installation docs

* Specify minimum Postgres version [ci skip]

* Change specified PostgreSQL version

* Update netlify.toml

* Update schema

* Update algolia links [ci skip]

* Update installation docs

* Remove TODO

* Update installation path/title

* Update top level installation guide

* Change installations directory name

* Rename installations to installation in docs

* Fix headline typo

* Add liquid tags and adjust main readme
2018-08-16 15:52:56 -04:00
Adarsh
f5a6011191 Fix doc's Twitter link [ci skip] (#353) 2018-08-15 16:40:18 -04:00
Nick Taylor
01d5ec0fa2 Task/prettier for markdown (#335) [ci skip]
* Added prettier for markdown files on precommit.

* Ran prettier on markdown files.

* Fixed wording as per PR comment.

* Got rid of the double vision on "the". 🙃
2018-08-13 18:04:26 -04:00
TrashMacNugget
987e572944 Use AGPLv3+ (#315) [ci skip]
* Use AGPLv3+

* Add AGPLv3+ to License FAQ

* Specify AGPL-3.0-or-later in package.json
2018-08-13 12:39:23 -04:00
Andy Zhao
0a9cc96b4e Update favicon file for gitdocs (#279) 2018-08-08 18:01:17 -04:00
Peter Frank
47cdff61a0 Fix links in Docs (#280)
- Changed a few relative links to absolute links
2018-08-08 14:29:15 -04:00
Frederik Creemers
a67ae732cf Fix missing space in docs. (#278) [ci skip]
Fix missing space in docs.
2018-08-08 13:58:09 -04:00
Jess Lee
9b270d4cab add favicon image (#277)
Add favicon image to docs folder
2018-08-08 13:51:41 -04:00