You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2019/02/20 19:42:32 UTC

svn commit: r1853982 - in /phoenix/site: publish/building_website.html source/src/site/markdown/building_website.md

Author: elserj
Date: Wed Feb 20 19:42:32 2019
New Revision: 1853982

URL: http://svn.apache.org/viewvc?rev=1853982&view=rev
Log:
Fix incorrect path on building_website

Modified:
    phoenix/site/publish/building_website.html
    phoenix/site/source/src/site/markdown/building_website.md

Modified: phoenix/site/publish/building_website.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/building_website.html?rev=1853982&r1=1853981&r2=1853982&view=diff
==============================================================================
--- phoenix/site/publish/building_website.html (original)
+++ phoenix/site/publish/building_website.html Wed Feb 20 19:42:32 2019
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-06-10
+ Generated by Apache Maven Doxia at 2019-02-20
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -173,7 +173,7 @@
 </pre>
 </div> 
 <ol style="list-style-type: decimal"> 
- <li>Edit/Add source markdown files in <tt>/src/site/markdown</tt> directory.</li> 
+ <li>Edit/Add source markdown files in <tt>site/source/src/site/markdown</tt> directory.</li> 
  <li>Edit <tt>phoenix-docs/src/docsrc/help/phoenix.csv</tt> to update Reference pages, adding any missing new words to <tt>phoenix-docs/src/tools/org/h2/build/doc/dictionary.txt</tt>.</li> 
  <li>Run <tt>build.sh</tt> located at root to generate/update html web pages in <tt>site/publish</tt> directory</li> 
  <li><tt>svn commit</tt> source markdown files and html web pages</li> 
@@ -437,7 +437,7 @@ python -m SimpleHTTPServer 8000
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
 			</div>
 		</div>
 	</div>

Modified: phoenix/site/source/src/site/markdown/building_website.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/building_website.md?rev=1853982&r1=1853981&r2=1853982&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/building_website.md (original)
+++ phoenix/site/source/src/site/markdown/building_website.md Wed Feb 20 19:42:32 2019
@@ -6,7 +6,7 @@
  $ svn checkout https://svn.apache.org/repos/asf/phoenix
 ```
 
-2. Edit/Add source markdown files in `/src/site/markdown` directory.
+2. Edit/Add source markdown files in `site/source/src/site/markdown` directory.
 2. Edit `phoenix-docs/src/docsrc/help/phoenix.csv` to update Reference pages, adding any missing new words to `phoenix-docs/src/tools/org/h2/build/doc/dictionary.txt`.
 3. Run `build.sh` located at root to generate/update html web pages in `site/publish` directory
 4. `svn commit` source markdown files and html web pages