You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# ISSM Documentation
2
2
Repository for generating online and PDF documentation for ISSM and storing publications based on ISSM.
3
3
4
-
The [generated documentation] is a [Jekyll] site that uses a customized version of the [Just the Docs] theme and is built and published on [GitHub Pages].
4
+
The [generated documentation](https://issmteam.github.io/ISSM-Documentation/) is a [Jekyll] site that uses a customized version of the [Just the Docs] theme and is built and published on [GitHub Pages].
5
5
6
6
## Making Changes to the Documentation
7
7
If you have write access to this repository, you can make and commit changes from a copy of the repository or make changes to pages directly through the GitHub interface. Alternatively, all users may fork this repository and submit pull requests with proposed changes.
8
8
9
-
It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub
9
+
It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub.
10
10
11
11
### Previewing Changes Locally
12
12
Assuming [Jekyll] and [Bundler] are installed on your computer:
@@ -19,8 +19,25 @@ Assuming [Jekyll] and [Bundler] are installed on your computer:
19
19
20
20
The built site is stored in the directory `_site`.
Each page in the [front end of the documentation](https://issmteam.github.io/ISSM-Documentation/) has a corresponding Markdown file (`.md`) in the appropriate subdirectory of `docs/`. For example,
A subdirectory may contain the default file (`index.md`) as well as additional sibling files. In these cases, the `index` file is just that: an index of the other files in the subdirectory (e.g. `docs/troubleshooting/index.md`).
32
+
33
+
### Publications
34
+
The 'Publications' page and its corresponding content files and their structure in the repo work differently. The important thing to know is that if you want to add a new publication to the front end page, you can do so by adding a DOI to the appropriate file in `docs/publications/doi`, which are named according to the year that the corresponding articles were published. On commit, the entire 'Publications' page will be regenerated.
35
+
36
+
For more info, see `docs/publications/README`.
37
+
38
+
<!--- Reference-style Links --->
23
39
[Jekyll]: https://jekyllrb.com
24
40
[Just the Docs]: https://just-the-docs.github.io/just-the-docs/
0 commit comments