20 lines
		
	
	
		
			672 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			672 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
|     <head>
 | |
|         <link rel="stylesheet" href="style.css">
 | |
|         <title>flib documentation</title>
 | |
|     </head>
 | |
|     <body>
 | |
|         <h1>Factorio Library documentation</h1>
 | |
|         <p>This documentation is auto-generated by the Lua language server.
 | |
|         These docs are greatly unpolished and lack any quality of life features
 | |
|         whatsoever. This site will be replaced with a custom implementation in the
 | |
|         future.</p>
 | |
|         <nav>
 | |
|             <a href="https://github.com/factoriolib/flib">GitHub</a>
 | |
|             <a href="https://mods.factorio.com/mod/flib">Mod portal</a>
 | |
|         </nav>
 | |
|         {{docs}}
 | |
|     </body>
 | |
| </html>
 |