mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Finish removing alerts info
This commit is contained in:
parent
5c207ed953
commit
dcf7efb3b1
15 changed files with 0 additions and 1039 deletions
|
@ -71,13 +71,6 @@ module Jekyll
|
|||
sitemap.puts ' <loc>https://bitcoin.org/'+file.gsub('.html','').gsub('.md','')+'</loc>'
|
||||
sitemap.puts '</url>'
|
||||
end
|
||||
#Add alerts pages
|
||||
Dir.foreach('_alerts') do |file|
|
||||
next if file == '.' or file == '..'
|
||||
sitemap.puts '<url>'
|
||||
sitemap.puts ' <loc>https://bitcoin.org/en/alert/'+file.gsub('.html','')+'</loc>'
|
||||
sitemap.puts '</url>'
|
||||
end
|
||||
#Add releases pages
|
||||
Dir.foreach('_releases') do |file|
|
||||
next if file == '.' or file == '..'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue