Commit Graph

75 Commits

Author SHA1 Message Date
Matthew Setter
48b0c4366b minor correction to nomenclature 2019-11-19 10:46:57 +01:00
Matthew Setter
79d5425807 Add link to documentation of the Windows INI file format
This isn't strictly necessary, more of a small cleanup while I'm there
and see it.
2019-11-13 10:19:05 +01:00
Matthew Setter
de3d98d334 Link to config option for disabling display of crash reporter
While the config and GUI option for showing and hiding the crash
reporter are already documented, this change links from the GUI option
to the config option, to help ensure that the user knows about it, just
in case they need to debug on-startup crashes. It also fixes #318.
2019-11-13 10:17:07 +01:00
Matthew Setter
6ae7af0852 Update location to config file on macOS
This change also makes the list easier and quicker to read by
reformatting the list as a table.
2019-11-13 10:15:09 +01:00
Olivier Goffart
6b361f2cc2 Merge remote-tracking branch 'origin/2.6' 2019-10-31 17:05:42 +01:00
Olivier Goffart
62be87582b
Merge branch 'master' into ownbrander-to-the-end 2019-10-30 14:43:50 +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
Jürgen Weigert
8596600906 Update building.adoc 2019-10-30 14:27:16 +01:00
Jürgen Weigert
66444b1df1 Update building.adoc
Updated to current version numbers, added an example to call a freshly built client.
2019-10-30 14:26:50 +01:00
Matthew Setter
970331c531 Fix several broken links
Some of the links were incorrectly migrated from the previous Sphinx-Doc
implementation.
2019-10-14 13:43:01 +02:00
Matthew Setter
8dbd15b4eb Update docs JavaScript dependencies
This change should correct the repo's current security alerts
https://github.com/owncloud/client/network/alerts.
2019-10-10 16:07:11 +02:00
dependabot[bot]
8a9adfb3be Bump ecstatic from 3.3.0 to 3.3.2 in /docs
Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 3.3.0 to 3.3.2.
- [Release notes](https://github.com/jfhbrook/node-ecstatic/releases)
- [Changelog](https://github.com/jfhbrook/node-ecstatic/blob/3.3.2/CHANGELOG.md)
- [Commits](https://github.com/jfhbrook/node-ecstatic/compare/3.3.0...3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-09 09:55:13 +02:00
dependabot[bot]
dfa2eba085 Bump handlebars from 4.0.12 to 4.1.2 in /docs
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-09 09:54:53 +02:00
dependabot[bot]
2f7938da98 Bump js-yaml from 3.12.1 to 3.13.1 in /docs
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.1...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-09 09:54:37 +02:00
Christian Kamm
b5250ea611 Merge remote-tracking branch 'origin/2.6' 2019-09-18 09:41:24 +02: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
0df624bfae Merge remote-tracking branch 'origin/2.6' 2019-08-15 15:30:06 +02:00
Jürgen Weigert
329911a025
Update building.adoc 2019-08-13 15:59:55 +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
37c8a06e1e Merge branch '2.6' 2019-07-24 10:56:37 +02:00
Christian Kamm
7a699213b9 Doc: List most environment variables 2019-07-12 12:22:36 +02:00
Christian Kamm
e6e70567a2 Merge remote-tracking branch 'origin/2.6' 2019-07-09 16:37:53 +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
Jürgen Weigert
a1072d6a48 Update envvars.adoc
Chunk size is actually dynamic, as seen in ./src/libsync/syncoptions.cpp lines 30...38
initial value seen in syncoptions.h ...
2019-07-03 11:08:37 +02:00
Christian Kamm
57d0290afc Merge remote-tracking branch 'origin/2.6' 2019-05-16 08:15:48 +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
Matthew Setter
ff08e7aba6 Fix ROOT component version in master branch 2019-05-15 11:37:00 +02:00
Thomas Boerger
175a6c47a8 [2.6] Change docs version to right value 2019-05-08 09:43:28 +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
Martin
20ab189c9d fix wrong fix
fix wrong fix
2019-02-20 10:19:18 +01:00
Martin
7383b45270 fix shell used in makefile
Referencing: [owncloud/docs#616](https://github.com/owncloud/docs/pull/616)

@tboerger @settermjd
2019-02-20 10:19:18 +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
e57c949724 Add help task to make 2019-02-12 20:30:30 +01:00
Thomas Boerger
b7a4ff221b Integrate pdf generate into pipeline for now 2019-02-12 20:30:30 +01:00