zulip/templates/zerver/api
Anders Kaseorg 098e5ad3de templates: Fix more low-hanging HTML validation problems.
"http://localhost:9981/help/enable-emoticon-translations":323.13-324.31: error: The “align” attribute on the “th” element is obsolete. Use CSS instead.
"http://localhost:9981/help/enable-emoticon-translations":324.45-325.31: error: The “align” attribute on the “th” element is obsolete. Use CSS instead.
"http://localhost:9981/help/enable-emoticon-translations":329.13-330.23: error: The “align” attribute on the “td” element is obsolete. Use CSS instead.
"http://localhost:9981/help/enable-emoticon-translations":330.44-331.23: error: The “align” attribute on the “td” element is obsolete. Use CSS instead.
"http://localhost:9981/help/enable-emoticon-translations":337.6-337.9: error: Stray end tag “p”.
"http://localhost:9981/help/enable-emoticon-translations":337.6-337.9: error: Cannot recover after last error. Any further errors will be ignored.
"http://localhost:9981/api/incoming-webhooks-walkthrough":381.4-381.77: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"http://localhost:9981/apps/":192.21-192.34: error: Bad value “” for attribute “src” on element “img”: Must be non-empty.
"http://localhost:9981/apps/":192.21-192.34: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"http://localhost:9981/features/":225.9-225.82: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"http://localhost:9981/features/":230.72-232.8: error: Text not allowed in element “svg” in this context.
"http://localhost:9981/features/":259.9-259.91: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-04-23 13:00:59 -07:00
..
add-linkifiers.md linkifiers: Rename articles to current feature name. 2018-10-16 12:01:17 -07:00
add-subscriptions.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
api-keys.md api docs: Update api-keys. 2018-09-25 21:02:58 -07:00
arguments.json api docs: Remove unnecessary argument entry. 2018-08-08 09:29:27 -07:00
configuring-python-bindings.md api docs: Make minor copyediting changes. 2018-09-25 20:48:12 -07:00
construct-narrow.md api: Fix typos in doc on constructing narrows. 2018-08-27 17:37:37 -07:00
create-stream.md api docs: Explain clearly how to create new streams. 2018-07-01 08:41:37 -07:00
create-user.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
delete-message.md api docs: Use Markdown extension for tabbed sections. 2018-09-18 13:49:34 -07:00
delete-queue.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
deploying-bots.md deploying_bots.md: Fix a couple of minor formatting issues. 2018-07-10 10:01:16 +05:30
dev-fetch-api-key.md api_docs: Use tabbed_sections extension in new API docs. 2018-10-17 15:32:35 -07:00
fixtures.json api docs: Migrate POST /user_uploads to OpenAPI. 2018-08-08 09:29:27 -07:00
get-all-streams.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-all-users.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-events-from-queue.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
get-message-history.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-messages.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-org-emoji.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-presence.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-profile.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-raw-message.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-stream-id.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-stream-topics.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-subscribed-streams.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
get-user-groups.md api_docs: Add explicit '-X GET' to curl examples. 2019-04-17 12:08:35 -07:00
incoming-webhooks-overview.md api docs: Rename webhook-walkthrough to incoming-webhooks-walkthrough. 2018-10-16 21:07:00 -07:00
incoming-webhooks-walkthrough.md templates: Fix more low-hanging HTML validation problems. 2019-04-23 13:00:59 -07:00
index.md api docs: Link to our zapier and ifttt /integrations pages. 2018-08-10 10:37:49 -07:00
installation-instructions.md api docs: Fix showing correct link to install Python bindings. 2019-01-16 10:05:25 -08:00
integrations-overview.md api docs: Add script and plugin integrations to integrations-overview. 2018-10-16 21:07:00 -07:00
list-linkifiers.md api_docs: Use tabbed_sections extension in new API docs. 2018-10-17 15:32:35 -07:00
mark-as-read-bulk.md api_docs: Use tabbed_sections extension in new API docs. 2018-10-17 15:32:35 -07:00
missing.md
mute-topics.md api docs: Use Markdown extension for tabbed sections. 2018-09-18 13:49:34 -07:00
non-webhook-integrations.md api docs: Update non-webhook-integrations.md. 2018-10-20 13:31:19 -07:00
outgoing-webhooks.md api: Clarify slack-format outgoing webhook docs. 2018-11-08 22:13:15 -08:00
real-time-events.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
register-queue.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
remove-linkifiers.md api_docs: Use tabbed_sections extension in new API docs. 2018-10-17 15:32:35 -07:00
remove-subscriptions.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
render-message.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
rest-error-handling.md api docs: Make minor copyediting changes. 2018-09-25 20:48:12 -07:00
rest.md api_docs: Suggest using call_endpoint for undocumented endpoints. 2019-01-22 07:37:56 -08:00
running-bots.md api docs: Update running-bots. 2018-10-20 13:31:19 -07:00
send-message.md api_docs/send-message: Specify request command in curl example. 2019-03-27 20:58:44 -02:30
server-settings.md settings: Add support for uploading logo for night mode. 2019-02-18 15:15:57 -08:00
sidebar_index.md api docs: Rename webhook-walkthrough to incoming-webhooks-walkthrough. 2018-10-16 21:07:00 -07:00
typing.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
update-message-flags.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
update-message.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
update-subscription-properties.md api_docs: Use tabbed_sections extension in new API docs. 2018-10-17 15:32:35 -07:00
upload-custom-emoji.md api docs: Document the custom emoji upload endpoint. 2018-12-14 14:19:28 -08:00
upload-file.md api docs: Document the custom emoji upload endpoint. 2018-12-14 14:19:28 -08:00
writing-bots.md docs: Fix a couple of broken links. 2018-11-06 12:54:36 -08:00