mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-11-03 17:51:43 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			580 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			580 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# About this Documentation
 | 
						|
 | 
						|
<!-- type=misc -->
 | 
						|
 | 
						|
The goal of this documentation is to comprehensively explain Etherpad,
 | 
						|
both from a reference as well as a conceptual point of view.
 | 
						|
 | 
						|
Where appropriate, property types, method arguments, and the arguments
 | 
						|
provided to event handlers are detailed in a list underneath the topic
 | 
						|
heading.
 | 
						|
 | 
						|
Every `.html` file is generated based on the corresponding
 | 
						|
`.markdown` file in the `doc/api/` folder in the source tree. The
 | 
						|
documentation is generated using the `tools/doc/generate.js` program.
 | 
						|
The HTML template is located at `doc/template.html`. |