Skip to content

Commit 5d1839a

Browse files
committed
Updated documentation generation
1 parent b5a3450 commit 5d1839a

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

src/doc/config/config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
22
$SITEROOT = '';
33
$SITE_URL = 'https://lsp-plug.in/';
4+
$README_FILE = 'README.md';
45
?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php file_content('README.md', 'building'); ?>
1+
<?php file_content($README_FILE, 'building'); ?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php file_content('README.md', 'testing'); ?>
1+
<?php file_content($README_FILE, 'testing'); ?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php file_content('README.md', 'versioning'); ?>
1+
<?php file_content($README_FILE, 'versioning'); ?>

src/doc/manuals/installation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php file_content('README.md', 'installation'); ?>
1+
<?php file_content($README_FILE, 'installation'); ?>

src/doc/manuals/requirements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php file_content('README.md', 'system requirements'); ?>
1+
<?php file_content($README_FILE, 'system requirements'); ?>

src/doc/manuals/troubleshooting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php file_content('README.md', 'troubleshooting'); ?>
1+
<?php file_content($README_FILE, 'troubleshooting'); ?>

0 commit comments

Comments
 (0)