Commit Graph

43 Commits

Author SHA1 Message Date
Hannah von Reth
8d9cb09335 Application: Allow to quit running instances by commandline 2019-12-04 19:58:54 +01:00
Matthew Setter
1a4d42112b Fix a set of broken links in the 2.6 documentation
This fixes #7598.
2019-11-25 10:25:58 +01:00
Olivier Goffart
a698d8b4ae Application: add an option to start with the settings visible
Relates to #7018
2019-11-18 11:22:29 +01:00
Jürgen Weigert
9d9b246b67 Update building.adoc
example commands updated to mention branch 2.6 instead 2.5, and mention qt 5.12.4 instead of qt 5.10.1
2019-10-30 14:28:35 +01:00
Matthew Setter
9d43bf96ce Fix incorrect attribute definitions in the docs
In a code sample, two variables were being incorrectly interpreted as
AsciiDoc variables, and throwing build warnings.
2019-09-05 16:57:12 +02:00
Christian Kamm
643f9a6fd6 Doc: Add some missing config file options
For owncloud/docs#1365
2019-08-13 13:24:16 +02:00
Christian Kamm
98c04e1b92 Remove maxLogLines config option
It's no longer used.

For owncloud/docs#1365
2019-08-13 13:24:16 +02:00
Christian Kamm
7a699213b9 Doc: List most environment variables 2019-07-12 12:22:36 +02:00
Christian Kamm
3699d19cf3 Doc: Remove dead files
They had been moved to
- advanced_usage/configuration_file.adoc
- advanced_usage/environment_variables.adoc
2019-07-09 16:34:55 +02:00
Martin
8b1ba5953b Update troubleshooting.adoc 2019-05-16 08:15:24 +02:00
Matthew Setter
5f85c76703 Remove some line breaks
While these are definitely required and useful in some circumstances,
artificially breaking paragraphs onto separate lines, to me, reduces
rather than increases readability.
2019-05-16 08:15:24 +02:00
mmattel
cb8c31de9e Add TOC Table of Contents, some text fixes and improvements 2019-05-16 08:15:24 +02:00
Christian Kamm
fcf2af3be6 LogWindow: Remove output, add "go to log folder" button #6475 2019-04-09 13:15:05 +02:00
Matthew Setter
32156d2fc0 Fix broken image and admonition in the FAQ page
This relates to https://github.com/owncloud/docs/issues/618.
2019-03-28 14:55:10 +01:00
Matthew Setter
4a923c319d Fix issues in the architecture page
These issues were identified by @lazawan in
https://github.com/owncloud/docs/issues/618.
2019-03-28 14:46:53 +01:00
Dmitry Mayorov
52978074d7
added removing the client
added a reference to the document describing removing the remnants of the windows client
2019-03-27 11:19:56 +01:00
Christian Kamm
79dee78c39 Docs: Move lonely image to new asset location 2019-03-20 15:21:28 +01:00
Christian Kamm
628a64eff7 Docs: Remove leftover rst files 2019-03-20 15:21:28 +01:00
Michael Stingl
316e5290f4
Merge pull request #7097 from owncloud/603-remove-merge-conflict-markers-in-troubleshooting-guide
[#603] - Remove merge conflict markers in the troubleshooting appendix
2019-03-20 09:41:59 +01:00
Christian Kamm
f053151943 Doc: Add faq entry for changing server url #6579 2019-03-19 13:02:53 +01:00
Matthew Setter
0e96f16039 Remove merge conflict markers in the troubleshooting appendix
This fixes https://github.com/owncloud/docs/issues/603 and also cleans
up the file so that it renders correctly.
2019-03-19 11:06:19 +01:00
Dmitry Mayorov
340f3c931d location for owncloud.cfg added
The location in windows FS was missing, so I added it.
2019-03-07 05:40:32 +01:00
Matthew Setter
7376d1382e Minor editorial review to the most recent changes
This change:

- Refactors the URLs as page-level attributes
- Updates some of the wording (grammar, sentence flow, and spelling)
2019-02-22 17:16:01 +01:00
Dominik Schmidt
d80dcc0939 Update windows build instructions 2019-02-22 17:16:01 +01:00
Thomas Boerger
636f50b0c7
Fix caption of removing.adoc 2019-02-13 09:20:20 +01:00
Dmitry Mayorov
9cf9b42a4d Create Removing.adoc
Doc for explaining how to remove remnants of the client on windows.
2019-02-12 21:32:52 +01:00
Dominik Schmidt
6650c71e85 Reapply some doc changes from master 2019-02-12 20:33:39 +01:00
Thomas Boerger
a5214a92e8 docs: use nodejs and build a drone pipeline 2019-02-12 20:30:30 +01:00
Matthew Setter
b33eebb726 Remove unrequired start attribute
I'm not sure why I added the attribute previously, in
0afd511b9cbc30e9586d388c32c72d4d25ddddaf, but it's not necessary, and
has caused some confusion. Given that, this commit's removing it.
2019-02-12 20:30:29 +01:00
Thomas Boerger
ccd3c9df8f Fix link to changelog 2019-02-12 20:30:29 +01:00
Thomas Boerger
5f96953c8c Use link instead of xref for external link 2019-02-12 20:30:29 +01:00
Thomas Boerger
9c89139caa Fix index page as entrypoint for docs 2019-02-12 20:30:29 +01:00
Matthew Setter
64bf860760 Simplified the navigation menu
After re-reading the relevant section of the Antora documentation, I
believe that my previous understanding was incorrect as to how
navigation files are built. Consequently I used too much indentation and
included an unnecessary header, that was duplicating the name draw from
the antora.yml (the component descriptor file).
2019-02-12 20:30:29 +01:00
Matthew Setter
46dfd35721 Remove unnecessary wording from the advanced usage files (documentation) 2019-02-12 20:30:29 +01:00
Matthew Setter
76bb025f46 Rename some of the documentation files
While not strictly necessary, the rename makes it that much clearer for
contributors to know what the file is for and whether it's the correct
one to edit. It also better organised the "advanced usage" files, so
that the file structure is that much more meaningful as well.  So, a
little bit of work now, to save time later.
2019-02-12 20:30:29 +01:00
Matthew Setter
1b73468bdc Reintroduce the building.adoc file
It was deleted when the original rST content was migrated to AsciiDoc,
and the .gitignore file had a broad exclusion, which it was caught by.
The exclusion in .gitignore has been fixed as well, in this commit.
This reintroduces it, after converting the content to AsciiDoc.
2019-02-12 20:30:29 +01:00
Matthew Setter
fa7d22eb5c Update the navigation file
The names, ordering and indentation of the content was incorrect in the
original version of the navigation file. This commit updates it to
reflect the now deleted index.adoc file, which contained the original
ordering from the sphinx-doc version of the documentation.
2019-02-12 20:30:29 +01:00
Matthew Setter
f6ef20766c Update the header in the advanced usage sections 2019-02-12 20:30:29 +01:00
Matthew Setter
4e2bdf2e52 Replace reStructuredText formatting with AsciiDoc and reflow text 2019-02-12 20:30:29 +01:00
Matthew Setter
3bedde1079 Track Antora's examples and assets/attachments directories
They may not be, strictly, required at the moment, but as they're part
of how Antora organises content, it's good to have them tracked as early
as possible. See https://docs.antora.org/antora/1.1/component-structure/
for further details.
2019-02-12 20:24:06 +01:00
Matthew Setter
8e7cf41b46 Reorganise the images to be Antora-component compliant
Antora implements a specific file and directory structure for
components, which you can find out more about at
https://docs.antora.org/antora/1.1/component-structure/. This commit
reorganises the existing images to follow that structure, as well as
optimises them, so that they're as small as possible, without losing any
quality.
2019-02-12 20:24:06 +01:00
Thomas Boerger
8bbe1d45a1 Convert rst to adoc 2019-02-12 20:24:06 +01:00
Thomas Boerger
ccba7fe0b3 Moved doc folder structure 2019-02-12 20:16:21 +01:00