You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/07/06 00:34:44 UTC

svn commit: r1689298 - /directory/site/trunk/content/api/developer-guide.mdtext

Author: elecharny
Date: Sun Jul  5 22:34:44 2015
New Revision: 1689298

URL: http://svn.apache.org/r1689298
Log:
Fixed a list in the dev page

Modified:
    directory/site/trunk/content/api/developer-guide.mdtext

Modified: directory/site/trunk/content/api/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/developer-guide.mdtext?rev=1689298&r1=1689297&r2=1689298&view=diff
==============================================================================
--- directory/site/trunk/content/api/developer-guide.mdtext (original)
+++ directory/site/trunk/content/api/developer-guide.mdtext Sun Jul  5 22:34:44 2015
@@ -428,10 +428,11 @@ Save and commit the file.
 You can now update the site, add a news on the front page, and publish the site.
 
 There are a few places to modify :
-- /lib/path.pm : update the $version_api variable with the new version.
-- /content/index.mdtext : same here, update the <!-- LDAP API project --> section, which contains the version.
-- /content/api/news.mdtext : add the news on top of thise page
-- /content/api/download-old-versions.mdtext : add a new line on top of the array, which refers to the latest version before the new one
+
+* /lib/path.pm : update the $version_api variable with the new version.
+* /content/index.mdtext : same here, update the <!-- LDAP API project --> section, which contains the version.
+* /content/api/news.mdtext : add the news on top of thise page
+* /content/api/download-old-versions.mdtext : add a new line on top of the array, which refers to the latest version before the new one
 
 Commit the changes, and publish the web site, you are done !