Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
show-titlefalse
titleDescription

The projectdoc Toolbox for Confluence is a set of tools to support you and your team to define your own page blueprints and space blueprints. It also allows you to build your own macros based on the infrastructure the projectdoc Toolbox provides.

projectdoc-box-tipcaution

Note that the Java API is currently not stable. Therefore we recommend to do the integration work for your tools by the use of the Web API Extension.

If you do need to use our Java API we recommend to get in touch!

To define your blueprints, you could use any approach that allows you to use macros from the projectdoc Toolbox. Make sure that your page blueprint creates a projectdoc Document!

Tip Box

Consider to use the Doctype Maven Plugin to define your project based on the projectdoc Toolbox on models. These models hide some of the more complex requirements to build your blueprint add-on.

Note that we call page blueprints doctypes since these doctypes provide some more features than blueprints do.

Also note that you need programming skills, especially you need to know how to work with Maven to create a deployable artifact from a project.


...