diff --git a/collections/internal/.collection b/collections/intranet/.collection similarity index 100% rename from collections/internal/.collection rename to collections/intranet/.collection diff --git a/collections/intranet/exampleproposal.md b/collections/intranet/exampleproposal.md new file mode 100644 index 0000000..04ba9f8 --- /dev/null +++ b/collections/intranet/exampleproposal.md @@ -0,0 +1 @@ +convert from https://docs.google.com/document/d/1KbZ0zjzmMr5AYGG9gIn8Nhrawcoq62uK1-EXJoIWkMw/edit?tab=t.0#heading=h.abk2zhdl9gqv \ No newline at end of file diff --git a/collections/internal/intro.md b/collections/intranet/intro.md similarity index 100% rename from collections/internal/intro.md rename to collections/intranet/intro.md diff --git a/collections/intranet/prodmgmt/calculator.md b/collections/intranet/prodmgmt/calculator.md new file mode 100644 index 0000000..18943ef --- /dev/null +++ b/collections/intranet/prodmgmt/calculator.md @@ -0,0 +1 @@ +https://docs.google.com/spreadsheets/d/1ZLfoF2Y6Ktiypqcp6Wr_JFY8xWFWrO4O6cngI7AxjfU/edit?gid=284210235#gid=284210235 \ No newline at end of file diff --git a/collections/intranet/prodmgmt/hardwarespecs.md b/collections/intranet/prodmgmt/hardwarespecs.md new file mode 100644 index 0000000..35e716b --- /dev/null +++ b/collections/intranet/prodmgmt/hardwarespecs.md @@ -0,0 +1,2 @@ +see https://docs.google.com/spreadsheets/d/1c1gXeXYCAeFr5yLVhZ_UdYvC_0V0oMdx8jzvO8dqA1A/edit?gid=131588000#gid=131588000 + diff --git a/collections/intranet/team.md b/collections/intranet/team.md new file mode 100644 index 0000000..a8636d5 --- /dev/null +++ b/collections/intranet/team.md @@ -0,0 +1,14 @@ +# Team + +- Emre Coordination +- Sales + - Florian + - Vianney + - Angus + - Malte + - Joshua +- Presales & Consultants + - Weynand + - Emre +- Product Management + - Kristof / Emre diff --git a/ebooks/internal/cfg/pages/0_start.heroscript b/ebooks/internal/cfg/pages/0_start.heroscript deleted file mode 100644 index e870ff7..0000000 --- a/ebooks/internal/cfg/pages/0_start.heroscript +++ /dev/null @@ -1,3 +0,0 @@ - -!!site.page path:'0_intro.md' src:"internal:intro" slug:"/" - diff --git a/ebooks/internal/cfg/config.heroscript b/ebooks/intranet/cfg/config.heroscript similarity index 100% rename from ebooks/internal/cfg/config.heroscript rename to ebooks/intranet/cfg/config.heroscript diff --git a/ebooks/internal/cfg/menus.heroscript b/ebooks/intranet/cfg/menus.heroscript similarity index 100% rename from ebooks/internal/cfg/menus.heroscript rename to ebooks/intranet/cfg/menus.heroscript diff --git a/ebooks/intranet/cfg/pages/0_start.heroscript b/ebooks/intranet/cfg/pages/0_start.heroscript new file mode 100644 index 0000000..94bf72d --- /dev/null +++ b/ebooks/intranet/cfg/pages/0_start.heroscript @@ -0,0 +1,3 @@ + +!!site.page path:'0_intro.md' src:"intranet:intro" slug:"/" + diff --git a/ebooks/internal/cfg/pages/1_specs.heroscript b/ebooks/intranet/cfg/pages/1_specs.heroscript similarity index 100% rename from ebooks/internal/cfg/pages/1_specs.heroscript rename to ebooks/intranet/cfg/pages/1_specs.heroscript diff --git a/ebooks/internal/do.vsh b/ebooks/intranet/do.vsh similarity index 84% rename from ebooks/internal/do.vsh rename to ebooks/intranet/do.vsh index 0c36119..cf89909 100755 --- a/ebooks/internal/do.vsh +++ b/ebooks/intranet/do.vsh @@ -8,7 +8,7 @@ const cfgpath = os.dir(@FILE) docusaurus.new( heroscript: ' - !!docusaurus.add name:"incageninternal" + !!docusaurus.add name:"incagenintranet" path:"${cfgpath}" ' )!