From 44347b212d0495d65136f45b71fa1299694d1785 Mon Sep 17 00:00:00 2001 From: larshp Date: Fri, 19 May 2017 10:48:25 +0000 Subject: [PATCH] docs: last file --- docs/_data/navigation.yml | 2 ++ docs/guide-saplink.md | 7 +++++++ docs/ref-dot-abapgit.md | 7 +++++++ 3 files changed, 16 insertions(+) create mode 100644 docs/guide-saplink.md diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index 4b6bfec84..12d737005 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -31,6 +31,8 @@ file: guide-export-zip - title: Regular backup file: guide-regular-backup + - title: Migrating from SAPlink + file: guide-saplink - title: Reference items: diff --git a/docs/guide-saplink.md b/docs/guide-saplink.md new file mode 100644 index 000000000..82c7c4dcc --- /dev/null +++ b/docs/guide-saplink.md @@ -0,0 +1,7 @@ +--- +title: Migrating from SAPlink +--- + +1: Install the slinkee/nuggets into the ABAP system using saplink + +2: Use abapGit to export the objects as normal, see https://github.com/larshp/abapGit/wiki/Moving-existing-package-contents-into-git \ No newline at end of file diff --git a/docs/ref-dot-abapgit.md b/docs/ref-dot-abapgit.md index 048821b08..0b9118e88 100644 --- a/docs/ref-dot-abapgit.md +++ b/docs/ref-dot-abapgit.md @@ -50,6 +50,8 @@ Valid prefix: * **ZFOO**_BAR * **ZFOO_BAR**_QUX +will give folder structure /foo/bar/qux/ + Invalid prefix: * ZFOO * ZBAR @@ -58,6 +60,11 @@ Invalid prefix: Any package name is accepted +* ZSOMETHING + * ZHELLO + +will give folder structure /zsomething/zhello/ + ## Ignore Files which abapGit will not download into your ABAP system. \ No newline at end of file