I just created a new space and created few blueprints for tests. So I figured out that someway the index links of my blueprints are doubled: one link as a normal page and one link in the space links.
So is there a way to prevent confluence from creating the normal links? Because I link the space links more since this blueprints are kinda important.
Hello Lars, you can edit the file into atlassian-confluence-5.2.3/confluence/WEB-INF/atlassian-bundled-plugins/ for the corresponding blueprint and editing the file to insert the following:
disable-index-page="true"
It should disable the automatic link creation for the index page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Lars, can you clarify what do you mean by "index links"? Are they the links that get created on the left sidebar for the space or are they links created into the blueprints index sheet such as "How-to articles" that congregates every blueprint of the same type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.