Stefan Tatschner 635b3f6db5 Remove the font size adjustments
Increasing the font size is *not* useful due to a couple of reasons:

  - It breaks the visual seperation between the headlines. It is very
    hard to determine the headline levels when the font size is that big.

  - It breaks the definition lists which are useful for manpages.

  - It extends the line width to an unnatural value. It is not narrow
    any more, but it is also not big. It just looks a bit odd.

  - The regular font (on linux) renders as almost a light bold type. It
    generates a "Comic Sans" experience. That does not look
    professional.

Since I am not a designer and I don't know how to fix these problems in
the right way, I think the best solution is switching back to the very
sane defaults.
2015-05-29 12:59:37 +02:00
2015-05-29 12:59:37 +02:00
2015-05-28 12:40:43 +02:00
2015-05-29 09:40:38 +02:00
2015-05-29 09:43:11 +02:00
2015-05-28 14:19:05 +02:00
2015-05-29 12:51:35 +02:00
2015-05-28 14:19:05 +02:00
2015-05-29 09:40:38 +02:00
2015-05-28 12:40:43 +02:00
2015-05-28 12:40:43 +02:00
2015-05-28 14:06:57 +02:00

Syncthing Docs

This repo is the source behind http://docs.syncthing.net/.

Editing

To edit the documentation you need a GitHub account. Once you have created one and logged in, you can edit any page by navigating to the corresponding file and clicking the edit (pen) icon. This will create what is called a "fork" and a "pull request", which will be approved by one of the existing documentation team members. Once you've made a contribution or two, you can be added to the documentation team and perform edits without requiring approval.

In the long run, learning to use git and running Jekyll on your computer is beneficial.

Structure

The documentation is divided into an index page (index.md) and various subsections. The sections are:

  • Introductory information in _intro.
  • Information for users in _users.
  • Information for developers in _dev.

Each page has what is called a "front matter", which looks something like:

---
title: Getting Started
weight: 0
---

This sets, at minimum the title of the page. There are various other attributes that can be added, the most common ones being weight (to adjust the order of pages in the index; lower number gets sorted higher up) and nav (set nav: false to have a page not be listed in the index).

The rest of the page is in Markdown format.

Description
No description provided
Readme MPL-2.0 247 MiB
Languages
Go 84.5%
HTML 7.2%
JavaScript 5.7%
Shell 1.8%
CSS 0.7%