Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Jan 26, 2021
1 parent 7380124 commit eb4f92f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/website/parse-templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ func main() {
},
}

// TODO(integralist): redesign the template parsing so that we don't need
// a root node of the pages tree structure. Historically the 'no-op' file
// would have referenced a fastly_erb/fastly.erb file containing a Ruby based
// HTML template file (as the terraform.io used to run on a Ruby platform).
var pages = append(resourcePages, Page{
name: "no-op",
path: docsDir + "no_op",
Expand Down

0 comments on commit eb4f92f

Please sign in to comment.