Alya Abbott
8045355eee
user docs: Document public vs. private stream creation permissions.
2021-10-06 17:33:19 -07:00
Pradyumna Sinha
18b36e5b8c
markdown/tabbed_sections: Raise exception for missing tab name.
...
This fixes the issue where 'None' would appear in the rendered
html in case of a missing tab display_name. Now,
'test-help-documentation' will fail in case of any tab display_name
being missing.
In case of a tab_section with no tabs, currently a single tab with
the name 'null_tab' gets added. Added the display name 'None' for
'null_tab', to keep in line with the existing behaviour.
Fixes #19822
2021-10-01 16:25:17 -07:00
Pradyumna Sinha
78692e9c14
markdown/tabbed_sections: Don't set tab label as 'None' in case of no tabs.
2021-10-01 16:22:11 -07:00
Pradyumna Sinha
fe5de4a128
markdown/tabbed_sections: Rename TAB_DISPLAY_NAMES to TAB_SECTION_LABELS.
2021-10-01 16:22:11 -07:00
Alya Abbott
c7544d620d
user docs: Fix missing tab name on /help/getting-your-organization-started-with-zulip.
2021-09-22 14:29:44 -07:00
Eeshan Garg
bfbd77ca5c
markdown: Organize preprocessor priorities in one place.
...
All of our custom Markdown extensions have priorities that govern
the order in which the preprocessors will be run. It is more
convenient to have these all in one file so that you can easily
discern the order at first glance.
Thanks to Alya Abbott for reporting the bug that led to this
refactoring!
2021-09-20 16:57:43 -07:00
Alya Abbott
310b8736af
user docs: Add a bunch of "getting started" content.
2021-09-16 11:41:43 -07:00
Anders Kaseorg
ee8724e436
docs: Correct Big Blue Button to BigBlueButton.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-07-05 16:59:00 -07:00
Anders Kaseorg
6e4c3e41dc
python: Normalize quotes with Black.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-02-12 13:11:19 -08:00
Anders Kaseorg
11741543da
python: Reformat with Black, except quotes.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-02-12 13:11:19 -08:00
Aman Agrawal
c685d36821
hipchat_import: Remove tool from codebase.
...
Remove functions and scripts used by HipChat import tool and
those which will no longer be required in future.
2020-12-23 08:28:49 -08:00
Anders Kaseorg
4398eecd2b
markdown: Use immutable type for extension config.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-11-10 15:54:27 -08:00
Anders Kaseorg
72d6ff3c3b
docs: Fix more capitalization issues.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-10-23 11:46:55 -07:00
Anders Kaseorg
254b904965
markdown: Migrate off deprecated extension registration interface.
...
Fixes #15205 .
https://python-markdown.github.io/change_log/release-3.0/#homegrown-ordereddict-has-been-replaced-with-a-purpose-built-registry
https://python-markdown.github.io/change_log/release-3.0/#md_globals-keyword-deprecated-from-extension-api
The priority numbers are arbitrarily chosen to preserve the existing
order.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-10-19 18:31:12 -07:00
Anders Kaseorg
1ded51aa9d
python: Replace list literal concatenation with * unpacking.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-09-02 11:15:41 -07:00
Tim Abbott
ba34e2a61c
help: Mark Zoom integration as stable.
...
We've had plenty of happy production usage at this point.
2020-08-07 16:45:30 -07:00
Gittenburg
0706de2305
docs: Make tabbed sections accessible from keyboard.
...
Part of #15948 .
2020-07-29 11:40:39 -07:00
Mohit Gupta
3f5fc13491
refactor: Rename zerver.lib.bugdown to zerver.lib.markdown .
...
This commit is first of few commita which aim to change all the
bugdown references to markdown. This commits rename the files,
file path mentions and change the imports.
Variables and other references to bugdown will be renamed in susequent
commits.
2020-06-26 17:08:37 -07:00