diff --git a/.gitignore b/.gitignore index bf2b38bc13..e01aca5961 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +target/ _site/ *.swp pkg/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000..ebcf6b3b33 --- /dev/null +++ b/pom.xml @@ -0,0 +1,118 @@ + + + + 4.0.0 + + maven-depmgt-pom + org.eclipse.che.depmgt + 5.0.0-SNAPSHOT + + org.eclipse.che.docs + che-docs + 5.0.0-SNAPSHOT + war + Che :: Docs War + + scm:git:git@github.com:codenvy/che-docs.git + scm:git:git@github.com:codenvy/che-docs.git + HEAD + + + 9.4.0.v20161208 + https://maven.codenvycorp.com/content/repositories/codenvy-private-releases/ + https://maven.codenvycorp.com/content/repositories/codenvy-private-snapshots/ + + + + codenvy-public-repo + codenvy public + https://maven.codenvycorp.com/content/groups/public/ + + + codenvy-public-snapshots-repo + codenvy public snapshots + https://maven.codenvycorp.com/content/repositories/codenvy-public-snapshots/ + + + + + codenvy-public-repo + codenvy public + https://maven.codenvycorp.com/content/groups/public/ + + + codenvy-public-snapshots-repo + codenvy public snapshots + https://maven.codenvycorp.com/content/repositories/codenvy-public-snapshots/ + + + + + + com.mycila + license-maven-plugin + + + **/**/*.html + + + + + org.eclipse.jetty + jetty-maven-plugin + ${jetty.version} + + 10 + + /docs + + + + + maven-antrun-plugin + + + compile + + run + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-war-plugin + + false + + + target/docs + + + + + + + diff --git a/src/main/_config.yml b/src/main/_config.yml index 3378a4c1d6..1138e41665 100644 --- a/src/main/_config.yml +++ b/src/main/_config.yml @@ -1,3 +1,14 @@ +# +# Copyright (c) 2012-2016 Codenvy, S.A. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Codenvy, S.A. - initial API and implementation +# + markdown: kramdown highlighter: rouge diff --git a/src/main/_data/artik.yml b/src/main/_data/artik.yml index f69ee9f54e..6e9fa5ac80 100644 --- a/src/main/_data/artik.yml +++ b/src/main/_data/artik.yml @@ -1,3 +1,14 @@ +# +# Copyright (c) 2012-2016 Codenvy, S.A. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Codenvy, S.A. - initial API and implementation +# + - title: ARTIK IDE artik: - artik-start-windows diff --git a/src/main/_data/docs.yml b/src/main/_data/docs.yml index 679759efa8..161bcf6418 100644 --- a/src/main/_data/docs.yml +++ b/src/main/_data/docs.yml @@ -1,3 +1,14 @@ +# +# Copyright (c) 2012-2016 Codenvy, S.A. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Codenvy, S.A. - initial API and implementation +# + - title: SETUP docs: - che-setup-intro diff --git a/src/main/_data/openshift.yml b/src/main/_data/openshift.yml index a4847dccf2..f43814bce5 100644 --- a/src/main/_data/openshift.yml +++ b/src/main/_data/openshift.yml @@ -1,3 +1,14 @@ +# +# Copyright (c) 2012-2016 Codenvy, S.A. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Codenvy, S.A. - initial API and implementation +# + - title: OPENSHIFT PLUG-IN FOR ECLIPSE CHE openshift: - openshift-config diff --git a/src/main/_data/tutorials.yml b/src/main/_data/tutorials.yml index edf3dfe470..433a189469 100644 --- a/src/main/_data/tutorials.yml +++ b/src/main/_data/tutorials.yml @@ -1,3 +1,14 @@ +# +# Copyright (c) 2012-2016 Codenvy, S.A. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Codenvy, S.A. - initial API and implementation +# + - title: User Tutorials tutorials: - tutorial-multi-machine diff --git a/src/main/_includes/primary-nav-items.html b/src/main/_includes/primary-nav-items.html index cfc74de8b3..40289384e2 100644 --- a/src/main/_includes/primary-nav-items.html +++ b/src/main/_includes/primary-nav-items.html @@ -1,15 +1,3 @@ -