You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "John Sirois (JIRA)" <ji...@apache.org> on 2016/07/03 18:58:10 UTC

[jira] [Commented] (AURORA-1731) README.md contains crucial information not available on the https://aurora.apache.org

    [ https://issues.apache.org/jira/browse/AURORA-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360642#comment-15360642 ] 

John Sirois commented on AURORA-1731:
-------------------------------------

On the technical end, it could be handled like the top-level CONTRIBUTING.md is currently handled:
{noformat}
jsirois@gill ~/dev/apache/aurora-site $ grep -C1 docs/CONTRIBUTING Rakefile
    system("unzip -o #{zip_name} '#{archive_root}/docs/*' '#{archive_root}/CONTRIBUTING.md'")
    FileUtils.mv(File.join(archive_root, 'CONTRIBUTING.md'), File.join(archive_root, 'docs/CONTRIBUTING.md'))
  }
{noformat}

> README.md contains crucial information not available on the https://aurora.apache.org
> -------------------------------------------------------------------------------------
>
>                 Key: AURORA-1731
>                 URL: https://issues.apache.org/jira/browse/AURORA-1731
>             Project: Aurora
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Stephan Erb
>
> We don't render the information in our [README.md|https://github.com/apache/aurora/blob/master/README.md]  anywhere on https://aurora.apache.org
> This is a huge omission that should be corrected. Proposals how to achieve this are welcome!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)