Skip to content
Snippets Groups Projects
Commit 249ae9d5 authored by Wayne Beaton's avatar Wayne Beaton
Browse files

Configuration and documentation fixes

parent 17950164
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,15 @@ contributions are always welcome!
We use Maven to build.
mvn compile
mvn clean verify
Content is rendered into the `./target` folder in HTML, PDF, and EPUB formats.
Content is rendered into the `./target` folder in HTML, and PDF formats.
Publishing the build currently requires some manual steps. Assuming that the `/projects` website repository is cloned at `/gitroot/www.eclipse.org/projects` (if otherwise, adjust accordingly), use the following command to build and push the result to the local copy of the website:
mvn clean verify && cp target/generated-docs/eclipse.html /gitroot/www.eclipse.org/projects/handbook/.
When ready to publish, use the standard Git mechanism to create a new commit and push to the `/projects` repository.
The `README.md` file contains information regarding how we structure documents
and other guidelines regarding content.
......
......@@ -20,6 +20,4 @@ Copyright (C) Eclipse Foundation, Inc. and others.
Made available under the {epl20Url}[Eclipse Public License v 2.0].
This document includes content originally authored on the http://wiki.eclipse.org[Eclipsepedia wiki] by Wayne Beaton, Fabian Steeg, Denis Roy, Dave Carver, Ed Merks, Bjorn Freeman-Benson, Anne Jacko, Ian Skerrett, Mike Milinkovich, and John Arthorne.
Version {project-version}.
\ No newline at end of file
This document includes content originally authored on the http://wiki.eclipse.org[Eclipsepedia wiki] by Wayne Beaton, Fabian Steeg, Denis Roy, Dave Carver, Ed Merks, Bjorn Freeman-Benson, Anne Jacko, Ian Skerrett, Mike Milinkovich, and John Arthorne.
\ No newline at end of file
......@@ -121,8 +121,6 @@
:stylesdir: ./resources
:scriptsdir: ./resources
:toc:
:toc-placement: auto
:icons: font
:doctype: book
......
......@@ -31,8 +31,11 @@ include::config.adoc[]
:pmiSampleImage: images/pmi-egit25.png
= Eclipse Foundation Project Handbook
Current as of {localdate}.
include::chapters/notices.adoc[]
include::chapters/preamble.adoc[]
......
......@@ -17,6 +17,7 @@
.imageblock img {
max-width: 100%;
height: auto;
}
#toc { border-bottom: 0 solid #dddddd; padding-bottom: 0.5em; }
#toc > ul { margin-left: 0.13333em; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment