creating your first wiki page - vfa-taithd/git-wikis GitHub Wiki
Setting up your first GitHub Wiki page is simple and straightforward. Follow the steps below to create, edit, and manage your Wiki pages effectively.
-
Navigate to the Repository
- Open the GitHub repository where you want to create the Wiki.
- You will find the Wiki tab at the top of the repository page.
-
Create the First Page
- If the Wiki hasn’t been initialized yet, you’ll see a message saying "Create the first page."
- Click on Create the first page to get started.
- If the Wiki is already set up, you can create a new page by clicking New Page in the sidebar.
-
Add Content to the Page
- Use Markdown to format your page. You can add headings, text, lists, images, and links to other Wiki pages or external resources.
- Example of Markdown for a heading and a list:
## Project Features - Feature 1: User authentication - Feature 2: API integration
-
Save the Page
- Once you’ve added content, click Save Page.
- The Wiki page will be automatically published, and anyone with access to the repository can view it.
-
Linking Between Pages
- As you create more pages, it’s a good idea to link them for easier navigation. For example:
[Introduction](Introduction)
- This will link to the "Introduction" page within the Wiki.
- As you create more pages, it’s a good idea to link them for easier navigation. For example:
To edit an existing Wiki page:
- Navigate to the page you want to update.
- Click the Edit button at the top right of the page.
- Make your changes using Markdown and click Save Page when you’re done.
As your Wiki grows, you can organize pages using:
- Sidebar Links: Add links to frequently visited pages in the Wiki sidebar for easy access.
- Table of Contents: Create a homepage or index page that links to other important Wiki pages. This serves as a hub for navigating through your documentation.
- Keep It Simple: Write clear, concise, and structured content that’s easy to read.
- Use Headings and Subheadings: Break up content into sections with headings to make it scannable.
- Link Resources: Link to other Wiki pages, code files, or external resources where necessary.
- Regular Updates: Keep your Wiki up-to-date as your project evolves to ensure that your documentation stays relevant.
Now that you’ve created your first page, you can continue expanding your Wiki by adding more pages and organizing them in a way that best suits your project’s needs.