Commit Graph

56 Commits

Author SHA1 Message Date
taitus
4972c51974 Add documentation for multitenancy management mode 2024-11-06 14:46:03 +01:00
Javi Martín
b5d3df5ee5 Fix images layout in user content translations
Depending on the size of the window, these images can look pretty bad
when they're displayed right after some text, since on GitBook they
might appear in the middle of the paragraph.
2024-10-03 14:14:10 +02:00
Sebastia
c6e239b13e Merge pull request #5710 from consuldemocracy/user_content_translations_docs
Update user content translations documentation
2024-10-02 16:02:18 +02:00
taitus
9c191890ae Improve user content translations docs
Note that a step suggesting to run a rake task has been removed,
which is no longer necessary.
2024-10-02 15:59:38 +02:00
Sebastia
255e0c963e Merge pull request #5709 from consuldemocracy/local_census_docs
Update local census documentation
2024-10-02 14:00:51 +02:00
taitus
f5f4eefc58 Improve local census documentation 2024-10-02 12:50:21 +02:00
Sebastia
7f5dff278e Merge pull request #5708 from consuldemocracy/configure_census_conection_docs
Update remote census configuration documentation
2024-10-02 12:02:19 +02:00
taitus
d23b1e9856 Update remote census configuration docs
Remove some unhelpful images from the documentation.
2024-10-02 11:57:15 +02:00
Sebastia
3b41a6610f Merge pull request #5707 from consuldemocracy/oauth-docs
Update OAuth documentation
2024-09-30 19:30:19 +02:00
taitus
bd6bdfcff8 Improve oauth docs 2024-09-30 19:28:06 +02:00
Javi Martín
d00b431f58 Move GraphQL code examples to the GraphQL docs
While this leads to a bit of duplication, since now the same code is in
both the Spanish and English texts, and it makes it harder to actually
run the code, it'll make it easier for people reading the documentation
to find the code, and we get rid of the confusingly-named `doc/` folder.
2024-09-30 12:09:08 +02:00
Javi Martín
a5aa39f6e2 Update GraphQL documentation
We don't use the `config/api.yml` file since commit c984e666f, and the
`.delete("\n").delete(" ")` in the code examples isn't necessary (we
should have probably added it in commit 56e42f209).

We're also changing the responses so there are no references to any
specific city.
2024-09-30 12:09:08 +02:00
cyrillefr
18323a36c3 Add new GraphQL type for milestones
- added the milestone type to be displayed with investments
- the corresponding spec
2024-09-30 11:14:01 +02:00
cyrillefr
5ec6337d47 Add new GraphQL types for budget investments
- added 2 new types
- modified the models to get data through graphQL
- modified the corresponding spec
- also testing that hidden comments do not show up
- modified comments specs bc now it returns comments on budget
  investments
2024-09-30 11:14:01 +02:00
Javi Martín
08cceceed8 Update multitenancy documentation
Most of it was up-to-date, except for the fact that Consul Democracy
already uses Rails 7.0 and that it's possible to use different languages
per tenant since commit 6de4737b7.
2024-09-24 18:47:13 +02:00
Javi Martín
32d9118d1e Fix typos in multitenancy documentation 2024-09-24 18:47:13 +02:00
Javi Martín
a693258e41 Update recommendations documentation
No big changes here, other than adding proper alternative texts in
Spanish.
2024-09-19 13:35:58 +02:00
Javi Martín
f45ad68407 Move user translations docs to the features section
The documentation of user content translations doesn't really belong in
the customization introduction.
2024-09-02 15:18:13 +02:00
Javi Martín
819485eb80 Re-add and apply MDL rule MD040
We were following it about half of the time and we even added it to our
former `.mdlrc` file. However, for some reason, MDL doesn't detect this
rule when specified in the `.mdlrc` file, so we didn't notice we weren't
following it in many cases.

Now that we're using a style file to configure MDL, we can enable this
rule again and apply it, since now MDL correctly includes it in its
report.
2024-06-21 15:57:52 +02:00
Javi Martín
035bfeb3b1 Add and apply MD047 MDL rule
We weren't adding a newline character at the end of a couple of files.
2024-06-21 15:57:52 +02:00
Javi Martín
10e2a9713f Update references to GitHub repositories 2023-07-12 16:03:17 +02:00
Javi Martín
13c641eedc Update application name
Note that, in order to have some consistency, we're always writing
"Consul Democracy", instead of using capital letters sometimes (but not
always), like we did until now.
2023-07-12 15:36:49 +02:00
taitus
32f825b6a6 MD034 Bare URL used 2023-04-21 11:00:02 +02:00
taitus
ab4fcf7e0c MD032 Lists should be surrounded by blank lines 2023-04-21 11:00:02 +02:00
taitus
31efa97076 MD031 Fenced code blocks should be surrounded by blank lines 2023-04-21 11:00:02 +02:00
taitus
e5a8f06049 MD026 Trailing punctuation in header
This rule is broken when we have ".,;::!?" in the headers.
We have removed the ones with ":" but kept the ones
with "?", so this rule will always warn in these cases.
2023-04-21 11:00:02 +02:00
taitus
1b0246e505 MD022 Headers should be surrounded by blank lines 2023-04-21 11:00:02 +02:00
taitus
6ab85d4f19 MD012 Multiple consecutive blank lines 2023-04-21 11:00:02 +02:00
taitus
16a3189e0d MD009 Trailing spaces 2023-04-21 11:00:02 +02:00
taitus
78dfe298cb MD005 Inconsistent indentation for list items at the same level 2023-04-21 11:00:02 +02:00
taitus
65837049a2 MD002 First header should be a top level header
Adapt the rest of the headers.
2023-04-21 10:40:21 +02:00
taitus
dfcd7fe9f3 MD001 Header levels should only increment by one level at a time 2023-04-21 10:40:20 +02:00
Javi Martín
025f509400 Don't end headings with semicolons 2023-03-01 17:02:43 +01:00
Javi Martín
43ab93e756 Use one blank line around headings 2023-03-01 17:02:43 +01:00
Javi Martín
74c5589cb1 Fix format typos in graphql guide 2023-03-01 17:02:18 +01:00
Sebastia
3662172d21 Merge pull request #117 from pitmonticone/master
Clean docs
2023-02-23 15:23:59 +01:00
Pietro Monticone
80e40d1af4 Update graphql.md 2023-02-22 19:21:37 +01:00
Pietro Monticone
cf9955ba43 Update graphql.md 2023-02-20 12:50:44 +01:00
Javi Martín
0b7ecb7d54 Add documentation for multitenancy 2023-01-11 16:10:48 +01:00
Pietro Monticone
f62cd1129b Clean docs 2022-11-01 15:20:25 +01:00
taitus
23f6205911 Remove the unnecessary title 2020-02-24 12:18:20 +01:00
taitus
44c853f187 Remove references to deprecated rake task. 2020-02-11 14:08:43 +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
80a0200f43 Update remote census doc
Add new images and examples for structure field from remote census.
2019-10-21 17:25:58 +02: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
taitus
4e5f0e847d Add local census management documentation 2019-06-10 16:39:08 +02:00