Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to find the documentation on the date string format #437

Merged
merged 3 commits into from
Mar 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rst/knora-api-server/api_v1/adding-values.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Depending on the type of the new value, one of the following formats (all TypeSc
- ``addDecimalValueRequest``
- ``addBooleanValueRequest``
- ``addUriValueRequest``
- ``addDateValueRequest``
- ``addDateValueRequest`` (see ``dateString`` in ``basicMessageComponents`` for the date format)
- ``addColorValueRequest``
- ``addGeometryValueRequest``
- ``addHierarchicalListValueRequest``
Expand Down
2 changes: 1 addition & 1 deletion docs/update-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mv $TMP_HTML/manual $TMP_HTML/api ../documentation

git add ../documentation/manual
git add ../documentation/api
git commit -m "Update gh-pages."
git commit -m "Update gh-pages." || true
git push origin gh-pages

# Switch back to the develop branch, and remove the leftover documentation directory.
Expand Down