Skip to content

[RFC] Migrated to Sphinx #6

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 8 commits into from
Jun 30, 2014
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Updated hedaer
  • Loading branch information
dantleech committed Jun 11, 2014
commit fecd5af8df02f1879d3e095e42b84212c11a4bbc
5 changes: 3 additions & 2 deletions _theme/phpcr/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
{% block header %}
{%- if logo %}
<div class="header">
<a href="https://phpcr.github.io">&laquo; Back to PHPCR website</a>
<div class="logo">
<a href="https://phpcr.github.io">
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
<a href="https://phpcr.github.io"><img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/></a>
</a>
</div>
<div style="clear: both"></div>
</div>
{%- endif %}
{% endblock %}
8 changes: 8 additions & 0 deletions _theme/phpcr/static/phpcr.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ div.logo {
text-align: left;
padding-top: 0px;
}

div.header a {
color: white;
}

div.header .logo {
float: right;
}
4 changes: 2 additions & 2 deletions book/getting_started.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Introduction and Getting Stated
===============================
Getting Stated
==============

This is an introduction into the PHP content repository. You will mostly see code examples. It should work with any PHPCR implementation. We propose using [Jackalope Jackrabbit](https://github.com/jackalope/jackalope-jackrabbit) to get started as it supports all features described here.

Expand Down