Skip to content

Commit

Permalink
Merge pull request #14 from IQSS/guide_update_June_13
Browse files Browse the repository at this point in the history
Adds functionality to accordions
  • Loading branch information
jp-tosca committed Jun 13, 2024
2 parents dcf9736 + ecbe2a7 commit 5a8ada3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
11 changes: 7 additions & 4 deletions docs/Sphinx-guides/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ Sphinx==7.2.6
# inline icons
sphinx-icon==0.1.2

# Cloud theme
sphinx-book-theme==1.1.2

# Sphinx design
sphinx_design==0.6.0

# Markdown support
myst-parser==2.0.0

# tabs
sphinx-tabs==3.4.5

# Cloud theme
sphinx-book-theme==1.1.2
sphinx-tabs==3.4.5
2 changes: 1 addition & 1 deletion docs/Sphinx-guides/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ["myst_parser"]
extensions = ["myst_parser", "sphinx_design"]
templates_path = ['_templates']
exclude_patterns = []

Expand Down
11 changes: 9 additions & 2 deletions docs/Sphinx-guides/source/developerGuide/localEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,20 @@ Follow the on-screen instruction for the one time installation. More information
Database: ojs
```
- OAI settings and beacon defaults are good.
![Sample installation settings](/img/ojs-installation-settings.png)

```{dropdown} Sample installation settings
[![Sample installation settings](/img/ojs-installation-settings.png)](/img/ojs-installation-settings.png)
```


## Post install tasks
After the initial installation of OJS, we need to create a basic OJS configuration to start using the system.

Create a journal. OJS supports multiple journals within a single installation. We need to create one journal.
- [Sample journal settings](/img/ojs-create-journal.png)

```{dropdown} Sample journal settings
[![Sample journal settings](/img/ojs-create-journal.png)](/img/ojs-create-journal.png)
```

Enable the PPR plugins. These are disabled by default.
- To enable the PPR plugin => ``Website > Plugins > Generic Plugins > IQSS Peer Pre-Review Program Plugin``
Expand Down

0 comments on commit 5a8ada3

Please sign in to comment.