Skip to content

fix typo & add remainders before going live #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Robot Framework ecosystem front page
This repository hosts Robot Framework's public website source code. The site
itself is available at http://robotframework.org.

Readme for editin this page `<sources/README.md>`__
Readme for editing this page `<sources/README.md>`__

Adding or updating resources
----------------------------
Expand Down
4 changes: 4 additions & 0 deletions sources/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@ module.exports = {
index: path.resolve(__dirname, '../../index.html'),

// Paths

//TODO: remember to update to "../" for live
assetsRoot: path.resolve(__dirname, '../../'),
assetsSubDirectory: 'static',

//TODO: remember update to "/" for live
assetsPublicPath: '/robotframework.github.org',

/**
Expand Down