Skip to content

Commit c3c2e80

Browse files
committed
Changing structure and fixing a few links.
1 parent b2c08e3 commit c3c2e80

File tree

172 files changed

+17
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+17
-17
lines changed

build-site.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#!/bin/bash
22

33
echo -e "\033[0;32mDeleting Hugo previously generated directories for docs and main site...\033[0m"
4-
rm -rf public && rm -rf docs_source_files/public
4+
rm -rf site_source_files/public && rm -rf docs_source_files/public
55

66
echo -e "\033[0;32mGenerating Hugo site for docs...\033[0m"
77
cd docs_source_files && hugo && cd ..
88

99
echo -e "\033[0;32mGenerating Hugo site for main website...\033[0m"
10-
hugo
10+
cd site_source_files && hugo && cd ..
1111

1212
echo -e "\033[0;32mMerging both sites into a single one...\033[0m"
13-
mv docs_source_files/public/* public/documentation
13+
mv docs_source_files/public/* site_source_files/public/documentation
1414

1515
echo -e "\033[0;32mRefreshing contents of the published directory...\033[0m"
16-
rm -rf docs && mv public docs
16+
rm -rf docs && mv site_source_files/public docs
1717

1818
echo -e "\033[0;32mDone building site!\033[0m"

docs_source_files/content/CONTRIBUTING.en.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/CONTRIBUTING.es.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/CONTRIBUTING.fr.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/CONTRIBUTING.ja.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/CONTRIBUTING.nl.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/CONTRIBUTING.zh-cn.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/webdriver/driver_requirements.en.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/webdriver/driver_requirements.es.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/webdriver/driver_requirements.fr.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/webdriver/driver_requirements.ja.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/webdriver/driver_requirements.nl.md

Lines changed: 1 addition & 1 deletion

docs_source_files/content/webdriver/driver_requirements.zh-cn.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

themes/selenium/layouts/downloads/section.html renamed to site_source_files/themes/selenium/layouts/downloads/section.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h3>Python</h3>
184184
<p>Frameworks available:
185185
<a href="https://docs.python.org/2/library/unittest.html">unittest</a>,
186186
<a href="http://pyunit.sourceforge.net/">pyunit</a>,
187-
<a href="http://pytest.org/latest/">py.test</a>,
187+
<a href="http://pytest.org">py.test</a>,
188188
<a href="https://code.google.com/archive/p/robotframework-seleniumlibrary/">robot framework</a>
189189
</p>
190190

0 commit comments

Comments
 (0)