{"id":21148636,"url":"https://github.com/stuebersystems/doc.magellan6.de","last_synced_at":"2025-03-14T14:13:50.238Z","repository":{"id":98499312,"uuid":"199644241","full_name":"stuebersystems/doc.magellan6.de","owner":"stuebersystems","description":"Dokumentation zu MAGELLAN 6","archived":false,"fork":false,"pushed_at":"2024-09-06T13:04:23.000Z","size":26508,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T07:43:35.239Z","etag":null,"topics":["documentation","gitbook"],"latest_commit_sha":null,"homepage":"https://doc.magellan6.stueber.de","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuebersystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-30T12:07:38.000Z","updated_at":"2024-09-06T13:04:28.000Z","dependencies_parsed_at":"2024-11-20T10:46:12.873Z","dependency_job_id":null,"html_url":"https://github.com/stuebersystems/doc.magellan6.de","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuebersystems%2Fdoc.magellan6.de","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuebersystems%2Fdoc.magellan6.de/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuebersystems%2Fdoc.magellan6.de/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuebersystems%2Fdoc.magellan6.de/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuebersystems","download_url":"https://codeload.github.com/stuebersystems/doc.magellan6.de/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243589333,"owners_count":20315471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","gitbook"],"created_at":"2024-11-20T09:27:46.996Z","updated_at":"2025-03-14T14:13:50.210Z","avatar_url":"https://github.com/stuebersystems.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MAGELLAN 6 Dokumentation\n\nDies ist die deutsche Dokumentation zu MAGELLAN 6. Die Dokumentation ist Open Source und wir haben sie mit [GitBook](https://github.com/GitbookIO/gitbook) realisiert.\n\n:fire: Die hier verwendete Open Source-Version von GitBook wird nicht mehr weiterentwickelt. Die aktuelle Version von GitBook ist nicht Open Source. \n\n## Gitbook unter Windows installieren\n\n1. Du musst zunächst [node.js installieren](https://nodejs.org/de/download). Node.js enthält bereits den Package Manager npm.\n\n2. Starte das Installationspaket und beantworte alle Fragen.\n\n3. Öffne die Eingabeaufforderung als Administrator.\n\n4. Tippe jetzt den Befehl `npm install gitbook-cli -g` ein, um eine lokale Version von GitBook zu installieren.\n\n## Repository klonen\n\nDieses Repository ist ein Git-Repository. Um das Repository auf deinem lokalen Computer zu klonen, benötigst Du einen Git-Client. Entweder Du installierst Dir [Git für Windows](https://gitforwindows.org/) und arbeitest mit der Eingabeaufforderung, oder Du installierst Dir eine der zahlreichen GUIs. Zu empfehlen wären [GitHub Desktop](https://desktop.github.com) oder [SourceTree](https://www.sourcetreeapp.com).\n\n1. Erstelle einen lokalen Ordner für die Dokumentation, z.B. `c:\\docs\\magellan6`.\n\n2. Starte die Eingabeaufforderung und wechsle in den Ordner `c:\\docs\\magellan6`.\n\n3. Tippe den Befehl `git clone https://github.com/stuebersystems/doc.magellan6.de.git` ein, um das Repository zu klonen.\n\n## Repository als Zip-Archiv herunterladen\n\nWillst du mit Git erstmal nichts zu tun haben, kannst Du das Repository auch als Zip-Archiv herunterladen:\n\n1. Öffne die URL `https://github.com/stuebersystems/doc.magellan6.de` in deinem Webbrowser\n\n2. Klicke auf die Schaltfläche `Clone or download` und dann auf `Download ZIP`.\n\n3. Entpacke das Zip-Archiv in einen lokalen Ordner Deiner Wahl, z.B. `c:\\docs\\magellan6`.\n\n## Mit GitBook arbeiten\n\nDu hast node.js und das Package GitBook installiert, Du hast dieses Repository geklont oder als Zip-Archiv heruntergeladen. Jetzt kannst Du die Dokumentation lokal auf deinem Rechner generieren:\n\n1. Starte die Eingabeaufforderung und wechsle in den Ordner `c:\\docs\\magellan6\\src`.\n\n2. Zunächst musst Du alle für die Dokumentation benötigten GitBook-Plugins installieren. Tippe dazu den Befehl `gitbook install` ein. Die GitBook-Plugins werden installiert. Dies musst Du nur einmal für diese Dokumentation machen.\n\n3. Tippe den Befehl `gitbook build` ein. Die Dokumentation wird neu generiert.\n\n4. Um Dir das Ergebnis anzeigen zu lassen, wechsle in den Ordner `c:\\docs\\magellan6\\src\\_book` und öffne die Datei `index.html` in Deinem Webbrowser.\n\nDas Inhaltsverzeichnis findest Du in der Datei `SUMMARY.md`. \n\n## Weitere Informationen\n\n+ [Alles zum Thema Git](https://git-scm.com/book/de/v2)\n+ [GitBook auf GitHub](https://github.com/GitbookIO/gitbook)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuebersystems%2Fdoc.magellan6.de","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuebersystems%2Fdoc.magellan6.de","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuebersystems%2Fdoc.magellan6.de/lists"}