Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutuh committed Oct 23, 2012
1 parent 874e718 commit 6376eac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
5 changes: 4 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PortfolioBundle
fgePortfolioBundle
=============

The PortfolioBundle adds some basic support for your protfolio. You can create categories and projects
Expand All @@ -10,6 +10,9 @@ Features include:
- Projects and categories can be stored via Doctrine ORM
- Pagination of projects and categories
- Administrating via SonataAdminBundle
- Syntax highlighting with geshi.
Wrap code blocks with ```<pre lang="LANGUAGE" line="1">``` and ```</pre>``` where "LANGUAGE" is a Geshi supported language syntax.
- Cut is available with <!--more--> tag
- Unit tested


Expand Down
16 changes: 1 addition & 15 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,7 @@ vich_uploader:
namer: stfalcon_portfolio.namer.project
```
### Step 4: Configure a pagination
Set a number of items you intend to show per page.
Add a new line to parameters:
In YAML:
``` yaml
# app/config/parameters.yml
parameters:
page_range: 10
```
### Step 5: Update your database schema
### Step 4: Update your database schema
Now that the bundle is configured, the last thing you need to do is update your
database schema because you have added a two new entities, the `Project` and the `Category`.
Expand Down

0 comments on commit 6376eac

Please sign in to comment.