mirror of
				https://github.com/Xahau/xahau-web.git
				synced 2025-11-04 04:15:47 +00:00 
			
		
		
		
	Update and Expand "Infrastructure" Section (#61)
* Remove extra section from Infrastructure sidebar in the documentation. Also remove cabbit.tech hubs. * Expand details on running a mainnet node. * Combine mainnet and testnet node install instructions to a single page. * Update system requirements. * Edit system requirements again. * Add placeholders for new documentation and contributing guidelines. * Update header, footer, and IndexLayout links to reflect renaming the infrastructure page to 'system-requirements'. * Fix overwrite from upstream index page layout. Add intro paragraph to running xahaud page. * Describe different types of nodes, expand contributing.md * Minor editing and revisions. * Additional guidelines added. * Add a placeholder page for 'Updating xahaud'. * Edited install/system requirements/updating. * Add instructions for updating Docker containers. * Add updating local install instructions. * Add background on enabling validation. * Add instructions on running xahaud as a validator. * Minor revisions to enabling validations and interacting with xahaud * Fixed minor typos and added formatting to the interacting.mdx webpage. * Add master example xahaud.cfg file to table on install page.
This commit is contained in:
		@@ -280,15 +280,11 @@ export default defineConfig({
 | 
			
		||||
        {
 | 
			
		||||
          label: 'Infrastructure',
 | 
			
		||||
          items: [
 | 
			
		||||
            'docs/infrastructure/node-requirements',
 | 
			
		||||
            {
 | 
			
		||||
              label: 'Running a Node',
 | 
			
		||||
              collapsed: true,
 | 
			
		||||
              items: [
 | 
			
		||||
                'docs/infrastructure/running-a-node/running-a-mainnet-node',
 | 
			
		||||
                'docs/infrastructure/running-a-node/running-a-testnet-node',
 | 
			
		||||
              ],
 | 
			
		||||
            },
 | 
			
		||||
            'docs/infrastructure/system-requirements',
 | 
			
		||||
            'docs/infrastructure/installing-xahaud',
 | 
			
		||||
            'docs/infrastructure/updating-xahaud',
 | 
			
		||||
            'docs/infrastructure/enabling-validation',
 | 
			
		||||
            'docs/infrastructure/interacting',
 | 
			
		||||
            {
 | 
			
		||||
              label: 'Building Xahau (Dev)',
 | 
			
		||||
              collapsed: true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user