mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Clean some code and add documentation
This commit is contained in:
parent
06685bbe13
commit
9b05a0bc8e
15 changed files with 208 additions and 140 deletions
|
@ -1,13 +1,13 @@
|
|||
require 'yaml'
|
||||
require 'cgi'
|
||||
|
||||
#This plugin generates all translated pages using templates in
|
||||
#templates.rb generates all translated pages using templates in
|
||||
#_templates. The final file name of each page is defined in
|
||||
#the url section of each translations in _translations.
|
||||
|
||||
#If a page is defined in _redirects.yml, this plugin will
|
||||
#If a page is defined in _redirects, this plugin will
|
||||
#generate a redirection instead of using the template.
|
||||
|
||||
require 'yaml'
|
||||
require 'cgi'
|
||||
|
||||
module Jekyll
|
||||
|
||||
class TranslatePage < Page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue