Skip to content

Commit 51d6ecb

Browse files
committed
update
1 parent 652f54a commit 51d6ecb

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.gitignore

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
node_modules
2-
# Emacs temp
3-
\#*
4-
.\#*
5-
\#*\#
6-
*.*~
1+
2+
.DS_Store

_resources/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
layout: collection_index
44
---
55
<h1 class="page-heading">Resources Guides</h1>
6+
<h1>These are How-To pages organized by topic:</h1>
67

78
<h3>Using Github to contribute to the Handbook</h3>
89
<ul>
910
<li><a target=_blank href=https://handbook.arctosdb.org/how_to/How-to-Use-Github-for-Arctos.html>Why use Github for Arctos?</a></li>
1011
<li><a target=_blank href=https://handbook.arctosdb.org/how_to/How-to-Contribute-Content-to-Arctos-Handbook.html>How to Contribute Content to the Arctos Handbook</a></li>
11-
<li><a target=_blank href=https://handbook.arctosdb.org/how_to/How-to-Get-the-Most-from-Arctos-Github-Editing.html>How to get the most out of editing Arctos on Github</a></li>
12+
<li><a target=_blank href=https://handbook.arctosdb.org/how_to/How-to-Get-the-Most-from-Arctos-Github-Editing.html>How to get the most out of editing Arctos on Github</a>(Tips, Tools, Step-by-Step guide)</li>
1213
<li><a target=_blank href=https://guides.github.com/features/mastering-markdown>Mastering Markdown on Github.com</a></li>
1314
<li><a target=_blank href=https://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html>The Issue Process: How to Make Arctos Work for You</a></li>
1415
</ul>

0 commit comments

Comments
 (0)