This repository was archived by the owner on Apr 23, 2024. It is now read-only.
  
  
  
  
How do I add a new page? #3
-
| 
         How do I add a new page?  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            GrahamSH-LLK
          
      
      
        Nov 2, 2021 
      
    
    Replies: 1 comment
-
| 
         Just create a markdown file in one of the existing directories, which will become the category. If it doesn't fit into any of the existing categories, you can create a new directory. This should be a slug and will be capitalized to turn into a header. The markdown file should be a slug, with dashes in the place of spaces. Make sure to start the file with a header (  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        GrahamSH-LLK
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Just create a markdown file in one of the existing directories, which will become the category. If it doesn't fit into any of the existing categories, you can create a new directory. This should be a slug and will be capitalized to turn into a header. The markdown file should be a slug, with dashes in the place of spaces. Make sure to start the file with a header (
#), since this will be the displayed page title. The rest is standard markdown!