Instead of putting a README in the directory where the manual is written, put the information from it straight in the docs themselves. It's a bit untrivial to guess the manual is located exactly there for contributers.
		
			
				
	
	
		
			25 lines
		
	
	
		
			937 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			937 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<book xmlns="http://docbook.org/ns/docbook"
 | 
						|
      xmlns:xlink="http://www.w3.org/1999/xlink"
 | 
						|
      xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
						|
      version="5.0"
 | 
						|
      xml:id="book-nixos-manual">
 | 
						|
 <info>
 | 
						|
  <title>NixOS Manual</title>
 | 
						|
  <subtitle>Version <xi:include href="./generated/version" parse="text" />
 | 
						|
  </subtitle>
 | 
						|
 </info>
 | 
						|
 <xi:include href="preface.xml" />
 | 
						|
 <xi:include href="installation/installation.xml" />
 | 
						|
 <xi:include href="configuration/configuration.xml" />
 | 
						|
 <xi:include href="administration/running.xml" />
 | 
						|
<!-- <xi:include href="userconfiguration.xml" /> -->
 | 
						|
 <xi:include href="development/development.xml" />
 | 
						|
 <appendix xml:id="ch-options">
 | 
						|
  <title>Configuration Options</title>
 | 
						|
  <xi:include href="./generated/options-db.xml"
 | 
						|
                xpointer="configuration-variable-list" />
 | 
						|
 </appendix>
 | 
						|
 <xi:include href="contributing-to-this-manual.xml" />
 | 
						|
 <xi:include href="release-notes/release-notes.xml" />
 | 
						|
</book>
 |