Skip to content

Commit 8ed6030

Browse files
committed
Add generation for Troubleshooting page
1 parent 0803cc4 commit 8ed6030

4 files changed

Lines changed: 9 additions & 50 deletions

File tree

content/api_en/savePath.xml

Lines changed: 0 additions & 50 deletions
This file was deleted.
230 Bytes
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<h1><img src="../compare/images/header.gif" alt="Comparison. Comparing Processing to other languages exposes its unique and similar qualities. Comparison also assists people familiar with one language in transferring their knowledge." /></h1>
2+
3+
<p>Troubleshooting content!!!!!</p>

generate/reference_local.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
$page->content(file_get_contents($index));
2323
writeFile('distribution/changes.html', $page->out());
2424

25+
// make troubleshooting file
26+
$index = CONTENTDIR."api_$lang/troubleshooting/index.html";
27+
$page = new LocalPage('Troubleshooting \\ Processing 1.0 (BETA)', 'Troubleshooting', 'Troubleshooting', './');
28+
$page->content(file_get_contents($index));
29+
writeFile('distribution/troubleshooting/index.html', $page->out());
30+
2531
//$page = new LocalPage('Libraries \\ Processing 1.0 (BETA)', 'Libraries', 'Libraries', '../');
2632
//$page->content(file_get_contents($index));
2733
//writeFile('distribution/libraries/index.html', $page->out());

0 commit comments

Comments
 (0)