Skip to content

Commit

Permalink
remove yaml frontmatter so github won't show it
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Feb 9, 2023
1 parent 150c1d0 commit d27ee8d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 74 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: November 30, 2015
html_link_name: index.html
insert_images: true
markdown_github_link_name: README.md
markdown_github_link_path: .
section: 7
title: gemstash-readme
---


# Gemstash

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-authorize.1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 9, 2015
section: 1
title: gemstash-authorize
---


# Name

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-configuration.5.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 13, 2015
section: 5
title: gemstash-configuration
---


# Name

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-customize.7.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 28, 2015
section: 7
title: gemstash-customize
---


# Customizing the Server

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-debugging.7.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 28, 2015
section: 7
title: gemstash-debugging
---


# Debugging Gemstash

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-deploy.7.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 25, 2015
section: 7
title: gemstash-deploy
---


# Deploying Gemstash

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-mirror.7.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 25, 2015
section: 7
title: gemstash-mirror
---


# Using Gemstash as a Mirror

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-multiple-sources.7.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 8, 2015
section: 7
title: gemstash-multiple-sources
---


# Multiple Gem Sources

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-private-gems.7.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 8, 2015
section: 7
title: gemstash-private-gems
---


# Private Gems

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-setup.1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 9, 2015
section: 1
title: gemstash-setup
---


# Name

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-start.1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 9, 2015
section: 1
title: gemstash-start
---


# Name

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-status.1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 28, 2015
section: 1
title: gemstash-status
---


# Name

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-stop.1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: October 9, 2015
section: 1
title: gemstash-stop
---


# Name

Expand Down
6 changes: 1 addition & 5 deletions docs/gemstash-version.1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- Automatically generated by Pandoc -->
---
date: December 14, 2015
section: 1
title: gemstash-version
---


# Name

Expand Down
1 change: 1 addition & 0 deletions rakelib/doc.rake
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class Doc
system "pandoc -s -f markdown -t #{format} -o '#{to_file}' '#{file}'"
content = ::File.read(to_file)
content.gsub!("](./", "](docs/")
content.gsub!(/\A---(.|\n)*?---/, "")
::File.write to_file, "<!-- Automatically generated by Pandoc -->\n#{content}"
end

Expand Down

0 comments on commit d27ee8d

Please sign in to comment.