Skip to content

Commit e434976

Browse files
authored
Update navigation instructions in tina-cms.md
1 parent f09b2e4 commit e434976

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

documentation/tina-cms.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ To Edit a pre-existing page in your local dev environment follow the following s
3131
1. **Start your Reactome local dev environment**
3232
If you followed the ````documentation/local-environment.md```` tutorial run ````npm start````
3333
If you followed the ````documentation/local-environment-docker.md```` tutorial run ````docker compose up --build````
34-
2. **Navigate to /admin**
35-
3. **Go to the collection you would like to edit from**
34+
2. **Navigate to /admin in the search bar**
35+
[http://localhost:4200/admin](http://localhost:4200/admin)
36+
4. **Go to the collection you would like to edit from**
3637
Find the "Navigation Menu" button and click on the *collection* that the article you would like to edit is in.
37-
4. **Find your chosen article**
38-
5. **Click on the ... menu and select Edit in Admin**
39-
6. **Edit your page / article**
40-
7. **Click Save**
38+
5. **Find your chosen article**
39+
6. **Click on the ... menu and select Edit in Admin**
40+
7. **Edit your page / article**
41+
8. **Click Save**
4142

42-
8. **Refresh your local environment**
43+
9. **Refresh your local environment**
4344
Stop it with ````^C```` and run again with the command from *Step 1*
4445

4546
Your edited page will now appear in your local environment. To publish your changes, view the *publishing to github* portion of this tutorial.
@@ -98,4 +99,4 @@ If you are uncomfortable with command line there are convenient tools like the [
9899
## Get Articles from Old Reactome
99100
If the old Joomla Site is still up and you want to quickly port all articles and pages into .md files please use the [ReactomeScraping Repository](https://github.com/reactome/ReactomeScraping). Once the scaping is done place the folders within ````mdx_pages```` into ````projects/website-angular/content```` and place the ````mdx_pages/uploads```` folder at ````projects/website-angular/public````. **Remember to rename the landing pages to index.mdx!!**
100101

101-
**WARNING**: Do not delete any new articles you've created in Tina while doing this.
102+
**WARNING**: Do not delete any new articles you've created in Tina while doing this.

0 commit comments

Comments
 (0)