Skip to content

Commit a9ba8fc

Browse files
authored
Merge pull request robotframework#60 from jonipalosaari/new-visual-identity
fix typo & add remainders before going live
2 parents c07cd67 + 5676938 commit a9ba8fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Robot Framework ecosystem front page
44
This repository hosts Robot Framework's public website source code. The site
55
itself is available at http://robotframework.org.
66

7-
Readme for editin this page `<sources/README.md>`__
7+
Readme for editing this page `<sources/README.md>`__
88

99
Adding or updating resources
1010
----------------------------

sources/config/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,12 @@ module.exports = {
5353
index: path.resolve(__dirname, '../../index.html'),
5454

5555
// Paths
56+
57+
//TODO: remember to update to "../" for live
5658
assetsRoot: path.resolve(__dirname, '../../'),
5759
assetsSubDirectory: 'static',
60+
61+
//TODO: remember update to "/" for live
5862
assetsPublicPath: '/robotframework.github.org',
5963

6064
/**

0 commit comments

Comments
 (0)