mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	help-docs: Move help center documentation to top level directory.
These files are not Jinja2 templates, so there's no reason that they needed to be inside `templates/zerver`. Moving them to the top level reflects their importance and also makes it feel nicer to work on editing the help center content, without it being unnecessary buried deep in the codebase.
This commit is contained in:
		@@ -34,7 +34,7 @@ REMAPPED_EMOJIS = {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# Emoticons and which emoji they should become. Duplicate emoji are allowed.
 | 
			
		||||
# Changes here should be mimicked in `templates/zerver/help/enable-emoticon-translations.md`.
 | 
			
		||||
# Changes here should be mimicked in `help/enable-emoticon-translations.md`.
 | 
			
		||||
EMOTICON_CONVERSIONS = {
 | 
			
		||||
    ":)": ":smile:",
 | 
			
		||||
    "(:": ":smile:",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user