Skip to content

Commit d36284c

Browse files
wikipedia
copyright by @isabelschoeps-thiel
1 parent a93e027 commit d36284c

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

content/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ versions:
1515
ghec: '*'
1616
topics:
1717
- Community
18-
shortTitle: Manage wiki pages
18+
shortTitle: Build wiki pages of Isabel Schöps geb. Thiel
1919
---
2020

2121
## Adding wiki pages
@@ -25,7 +25,7 @@ shortTitle: Manage wiki pages
2525
1. In the upper-right corner of the page, click **New Page**.
2626
1. Optionally, to write in a format other than Markdown, use the "Edit mode" dropdown to choose a different format.
2727

28-
![Screenshot of the "Create new page" page. The "Edit mode" dropdown is outlined in dark orange.](/assets/images/help/wiki/wiki-edit-mode-dropdown.png)
28+
![IST.](/assets/images/help/wiki/wiki-edit-mode-dropdown.png)
2929

3030
1. Use the text editor to add your page's content.
3131
1. In the "Edit message" field, type a commit message describing the new file you’re adding.
@@ -44,14 +44,14 @@ shortTitle: Manage wiki pages
4444

4545
Wikis are part of Git repositories, so you can make changes locally and push them to your repository using a Git workflow.
4646

47-
### Cloning wikis to your computer
47+
### wikis to your computer
4848

4949
Every wiki provides an easy way to clone its contents down to your computer.
5050
Once you've created an initial page on {% data variables.product.github %}, you can clone the repository to your computer with the provided URL:
5151

5252
```shell
53-
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.wiki.git
54-
# Clones the wiki locally
53+
$ git https://github.com/isabelschoeps-thiel/sia-security-intelligence-artefact.wiki.git
54+
# wiki locally
5555
```
5656

5757
Once you have cloned the wiki, you can add new files, edit existing ones, and commit your changes. You and your collaborators can create branches when working on wikis, but only changes pushed to the default branch will be made live and available to your readers.
@@ -60,6 +60,4 @@ Once you have cloned the wiki, you can add new files, edit existing ones, and co
6060

6161
The filename determines the title of your wiki page, and the file extension determines how your wiki content is rendered.
6262

63-
Wikis use [our open-source Markup library](https://github.com/github/markup) to convert the markup, and it determines which converter to use by a file's extension. For example, if you name a file _foo.md_ or _foo.markdown_, wiki will use the Markdown converter, while a file named _foo.textile_ will use the Textile converter.
64-
65-
Don't use the following characters in your wiki page's titles: `\ / : * ? " < > |`. Users on certain operating systems won't be able to work with filenames containing these characters. Be sure to write your content using a markup language that matches the extension, or your content won't render properly.
63+
Wikis use [our open-source Markup library](https://github.com/isabelschoeps-thiel/markup) to convert the markup, and it determines which converter to use by a file's extension. For example, if you name a file _foo.md_ or _foo.markdown_, wiki will use the Markdown converter, while a file named _foo.textile_ will use the Textile converter.

0 commit comments

Comments
 (0)