Skip to content

Commit

Permalink
Trying to get disqus to work
Browse files Browse the repository at this point in the history
bug: #1206585

Change-Id: Ib8be5cd7ec6a22a4eb4deec13b4dd08b34df5e54
author: diane fleming
  • Loading branch information
dian4554 committed Jul 30, 2013
1 parent 5125388 commit 5a810b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions doc/src/docbkx/openstack-user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<!-- This is set by Jenkins according to the branch. -->
<release.path.name>grizzly</release.path.name>
<comments.enabled>1</comments.enabled>
<operating.system>apt</operating.system>
<!-- <operating.system>apt</operating.system> -->
<!-- This is set by Jenkins to run twice for each similar operating system group -->
<profile.os>ubuntu</profile.os>
<!-- <profile.os>ubuntu</profile.os> -->
</properties>
<!-- ################################################ -->
<!-- USE "mvn clean generate-sources" to run this POM -->
Expand All @@ -33,8 +33,9 @@
<phase>generate-sources</phase>
<configuration>
<!-- These parameters only apply to webhelp -->
<enableDisqus>1</enableDisqus>
<disqusShortname>os-userguide</disqusShortname>
<enableDisqus>${comments.enabled}</enableDisqus>
<disqusShortname>openstackdocs</disqusShortname>
<!-- <disqusShortname>os-userguide</disqusShortname>-->
<enableGoogleAnalytics>1</enableGoogleAnalytics>
<googleAnalyticsId>UA-17511903-1</googleAnalyticsId>
<webhelpDirname>user-guide</webhelpDirname>
Expand Down Expand Up @@ -91,7 +92,7 @@
<targetDirectory>target/docbkx/webhelp/</targetDirectory>
<webhelpDirname>user-guide</webhelpDirname>
<pdfFilenameBase>user-guide-${release.path.name}</pdfFilenameBase>
<profileSecurity>reviewer</profileSecurity>
<!--<profileSecurity>reviewer</profileSecurity> -->
<suppressFooterNavigation>0</suppressFooterNavigation>
<tocSectionDepth>1</tocSectionDepth>
<branding>openstack</branding>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/docbkx/openstack-user/src/bk-user-guide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</abstract>
<revhistory>
<revision>
<date>2013-07-25</date>
<date>2013-07-29</date>
<revdescription>
<itemizedlist>
<listitem>
Expand Down

0 comments on commit 5a810b9

Please sign in to comment.