From d36284ccb20923e806dbf69085b2617385af7b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabel=20Sch=C3=B6ps=20Thiel?= Date: Sat, 27 Dec 2025 23:16:06 +0100 Subject: [PATCH] wikipedia copyright by @isabelschoeps-thiel --- .../adding-or-editing-wiki-pages.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/content/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages.md b/content/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages.md index ee005c8bfdac..07f6921f214e 100644 --- a/content/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages.md +++ b/content/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages.md @@ -15,7 +15,7 @@ versions: ghec: '*' topics: - Community -shortTitle: Manage wiki pages +shortTitle: Build wiki pages of Isabel Schöps geb. Thiel --- ## Adding wiki pages @@ -25,7 +25,7 @@ shortTitle: Manage wiki pages 1. In the upper-right corner of the page, click **New Page**. 1. Optionally, to write in a format other than Markdown, use the "Edit mode" dropdown to choose a different format. - ![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) + ![IST.](/assets/images/help/wiki/wiki-edit-mode-dropdown.png) 1. Use the text editor to add your page's content. 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 Wikis are part of Git repositories, so you can make changes locally and push them to your repository using a Git workflow. -### Cloning wikis to your computer +### wikis to your computer Every wiki provides an easy way to clone its contents down to your computer. Once you've created an initial page on {% data variables.product.github %}, you can clone the repository to your computer with the provided URL: ```shell -$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.wiki.git -# Clones the wiki locally +$ git https://github.com/isabelschoeps-thiel/sia-security-intelligence-artefact.wiki.git +# wiki locally ``` 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 The filename determines the title of your wiki page, and the file extension determines how your wiki content is rendered. -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. - -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. +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.