Skip to content

Navigating GitHub

knqti edited this page Sep 12, 2024 · 3 revisions

Contents

Overview

GitHub is a website typically used by developers to store, share, and collaborate on code. Each project is stored in a "repository".

The Wiki is stored in the Wildlife repository which is owned by the account, Pasadena-Humane.

account/repo image

Layout

github numbered image

1. Navigation Menu

The top menu bar is the Navigation Menu. Wiki is the primary section. Clicking it takes you to the Home page.

wiki button image

Issues is the only other section you might use. The rest can be ignored.

2. Pages

On the right side, above Quick Links, is the Pages menu.

NOTE: The triangle symbol on the left indicates a drop-down list that can be expanded when clicked.

pages collapsed image

Click it to display all the Wiki's pages, sorted in alphabetical order (Home is always first).

pages expand image

You can type into the search bar to find specific pages. Clicking the result will take you to that page or section.

pages search bar image

pages search nest image

Searching Pages only looks at titles/headers. For a more in-depth search that also looks at content, use the GitHub Search Bar.

3. Quick Links

On the right side, below Pages, is the Quick Links menu.

quick links image

These are links to frequently used resources.

4. GitHub Search Bar

At the very top, to the right, is the GitHub Search Bar. It provides in-depth search results including content within pages.

github search small image

Clicking it, or pressing the forward-slash / key, expands the search bar. By default, it will search the current repository you are in.

github search big image

When you search for something, it may show 0 results. However, it should also show a link to the Wiki results. Click that link.

github search result image

It will then take you to a page listing out the pages that include the search term.

github search result wiki image

Issues

If you find any mistakes, problems, or have suggestions, please go to the Issues section in the Navigation Menu.

issues button image

Click New issue.

new issue button image

Fill out the title, description, and then click Submit new issue.

new issue submit image

Edit the Wiki

The simplest way to edit is to make the changes within the GitHub repository.

  1. Go to the page you want to edit. In the top-right corner, click Edit.

edit button image

  1. You will be taken to the editing page.

edit page image

By default, you will be in the Write tab. Notice we use Markdown as the formatting language (similar to Slack). Use the formatting toolbar if you are unfamiliar with Markdown.

write tab image

Click the Preview tab to see a preview of how the page will be displayed.

preview tab image

NOTE: Images embedded with relative links will not display in Preview (they will display normally once live). However, images embedded with absolute links will display in Preview (i.e., dragging & dropping or copying & pasting images into the page content box).

  1. Before saving your edits, it is good practice to write an Edit message. This helps keep track of edits and is useful when reviewing the history of changes.

edit message image

  1. Click Save page. Your edits are now live!

save page image

Clone this wiki locally