summaryrefslogtreecommitdiff
path: root/doc/en_US/board-configuration.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-04-06 10:54:58 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-04-06 10:54:58 -0700
commit0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 (patch)
tree5d8941b5950ede2db8ca3fba0213792db0f07a50 /doc/en_US/board-configuration.markdown
parentac11220a1aa7ae30b8827d9bbf221888d3edd0a7 (diff)
Move documentation to https://docs.kanboard.org/
Diffstat (limited to 'doc/en_US/board-configuration.markdown')
-rw-r--r--doc/en_US/board-configuration.markdown24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/en_US/board-configuration.markdown b/doc/en_US/board-configuration.markdown
deleted file mode 100644
index 3972e424..00000000
--- a/doc/en_US/board-configuration.markdown
+++ /dev/null
@@ -1,24 +0,0 @@
-Board settings
-==============
-
-Go to the menu **Settings**, then choose **Board settings** on the left.
-
-![Board settings](../screenshots/board-settings.png)
-
-### Task highlighting
-
-This feature displays a shadow around the task when a task is moved recently.
-
-Set the value 0 to disable this feature, 2 days by default (172800 seconds).
-
-Everything moved since 2 days will have shadow around the task.
-
-### Refresh interval for public board
-
-When you share a board, the page will refresh every 60 seconds automatically by default.
-
-### Refresh interval for private board
-
-When your web browser is open on a board, Kanboard checks every 10 seconds if something has been changed by someone else.
-
-Technically this process is done by Ajax polling.