Commit Graph

334 Commits

Author SHA1 Message Date
Javi Martín
6240f4c313 Specify password in Docker commands
This is needed since pull request 4478 in the consul/consul repository.
2021-04-23 12:32:30 +02:00
Javi Martín
68ff36685d Simplify instructions to populate Docker database 2021-04-22 19:04:50 +02:00
Javi Martín
292a378ff8 Merge pull request #106 from consul/update_rake_command
Update command to execute rake tasks
2021-04-14 18:45:15 +02:00
Javi Martín
bec0da8ca4 Update command to execute rake tasks
This command might fail if developers have several different versions of
the `rake` gem on their system.
2021-04-14 16:21:44 +02:00
taitus
936c2a6998 Add spanish documentation for customize components 2021-04-14 09:51:31 +02:00
taitus
a08ede294a Add english documentation for customize components 2021-04-14 09:51:31 +02:00
Javi Martín
8ee364c96c Revert "GitBook: [master] 86 pages and 110 assets modified"
This reverts commit 5ed5960428.
2021-04-13 19:29:50 +02:00
consuldocs
5ed5960428 GitBook: [master] 86 pages and 110 assets modified 2020-07-14 22:51:03 +00:00
Javi Martín
b5eff7ba69 Fix typo 2020-07-08 14:22:22 +02:00
Javi Martín
4cda1724d2 Specify the Bundler version we install
By, default, Bundler will install its latest version (2.x.y), and we're
using the 1.x.y series.
2020-07-08 14:22:22 +02:00
Javi Martín
127ada280f Install Ruby based on CONSUL's .ruby-version 2020-07-08 14:22:22 +02:00
Sebastia
2b1a4237b9 Merge pull request #91 from rockandror/update-remote-translations-doc
Update remote translations docs with create alert section
2020-02-28 14:00:30 +01:00
taitus
f5c6801f73 Update remote translations docs with create alert section 2020-02-28 13:59:35 +01:00
Sebastia
ee6be7d576 Merge pull request #93 from rockandror/fix-bashrc-path
Improve bashrc path on debian installation section
2020-02-25 10:22:30 +01:00
taitus
c0a2a481e2 Update bashrc path for 'as a local user' section 2020-02-24 14:48:13 +01:00
taitus
cdd9bcee59 Remove old code in a comment 2020-02-24 12:20:01 +01:00
taitus
d934c63248 Fix another link to section with accent marks 2020-02-24 12:20:01 +01:00
taitus
3126fe7699 Remove accent mark from links
These links to sections are broken. We need create these sections with html directly
2020-02-24 12:18:20 +01:00
taitus
23f6205911 Remove the unnecessary title 2020-02-24 12:18:20 +01:00
Sebastia
907b2868c6 Merge pull request #92 from rockandror/update-remote-census-docs
Remove references to deprecated rake task
2020-02-24 12:14:03 +01:00
Javier Martín
486bc037f9 Merge pull request #89 from rockandror/fix-docs
Improve texts and fix links
2020-02-24 11:46:01 +01:00
taitus
85c9ab8791 Fix typo 2020-02-24 11:36:49 +01:00
taitus
5334179cad Unify doc on installation debian section 2020-02-24 11:05:36 +01:00
taitus
5ff458bb95 Fix typo 2020-02-24 10:57:08 +01:00
taitus
44c853f187 Remove references to deprecated rake task. 2020-02-11 14:08:43 +01:00
taitus
9ddc061a65 Fix ubuntu section 2019-12-17 16:22:43 +01:00
taitus
22d7a6e3fd Fix link on customization introduction section 2019-12-17 16:22:43 +01:00
taitus
7635f0271a Fix links to documentation on basic configuration section 2019-12-17 16:22:43 +01:00
taitus
9f2c7f85e5 Fix links to images on dev mailserver section 2019-12-17 16:22:43 +01:00
taitus
e30ccf4689 Fix links on Docker section 2019-12-17 16:22:42 +01:00
taitus
84912d9f13 Fix links on Windows section 2019-12-17 16:22:42 +01:00
taitus
c7dbd8306c Fix macos section
Add missing information on english version. Fix links on spanish and english version
2019-12-17 16:22:42 +01:00
taitus
265992931a Fix debian section
Add missing information on english version. Fix text on spanish version
2019-12-17 16:22:42 +01:00
taitus
30c8d2687c Fix summary with correct prerequisites link 2019-12-17 16:22:42 +01:00
taitus
80172e7845 Translate english into spanish 2019-12-17 16:22:42 +01:00
Sebastia
19832b7f38 Merge pull request #86 from rockandror/update-remote-census-doc
Update remote census doc
2019-12-04 18:20:59 +01:00
Javier Martín
8af0908d14 Merge pull request #88 from rockandror/doc-graphql
Add graphql doc
2019-12-04 17:41:03 +01:00
Javi Martín
cfecc86456 Fix "connection" spelling 2019-12-02 14:09:02 +01:00
taitus
aa7ec7218e Add graphql doc
Copy doc from https://github.com/consul/consul/blob/master/doc/api/
2019-11-28 19:07:53 +01:00
taitus
6d8f04ff66 translate english into spanish for the last 3 points 2019-11-27 17:19:07 +01:00
taitus
24768ce4fe Fix text 2019-11-27 17:08:21 +01:00
Javier Martín
eeeb674fbf Merge pull request #81 from LucasCioffi/patch-1
Adding missing character
2019-11-24 03:03:47 +01:00
Javier Martín
025904927b Merge pull request #84 from consul/ruby2.4
Update installation instructions for Ruby 2.4.9
2019-10-22 18:11:16 +02:00
Javi Martín
d49df794f7 Update installation instructions for Ruby 2.4.9
This is the Ruby version CONSUL uses now. Thanks to that, we no longer
need to install an old version of libssl-dev for Ubuntu 18.04.

We could probably simplify the documentation using:

```bash
rbenv install `cat .ruby_version`
```

However, this would require downloading consul before installing Ruby,
which could be harder to document.
2019-10-21 22:10:16 +02:00
taitus
80a0200f43 Update remote census doc
Add new images and examples for structure field from remote census.
2019-10-21 17:25:58 +02:00
Mohsin Khan
087edbbbdc translate spanish into english for the last 3 points 2019-10-20 15:31:28 +05:00
Julian Herrero
c8351ac89f Fix OAuth callback URLs 2019-10-02 18:06:52 +07:00
Raimond Garcia
ce833affa3 Merge branch 'master' into docs-census-configuration 2019-07-30 12:36:22 +02:00
Raimond Garcia
fd9ce5a098 Merge pull request #80 from rockandror/docs-local-census
Add local census management documentation
2019-07-30 12:34:50 +02:00
Sebastia
7055b91ed9 Merge branch 'master' into docs-remote-translations 2019-07-23 15:48:02 +02:00