playframework-ja / translation-project

Play Framework Documentation Japanese Translation
61 stars 132 forks source link

index.toc #1322

Open garbagetown opened 8 years ago

garbagetown commented 8 years ago
garbagetown commented 8 years ago

Where can I find the templates docs?

# garbagetown at garbagetown.local in ~/dev/repos/playframework/playframework on git:2.4.x o [23:53:41]
$ find documentation/manual -name "*.md" | grep ScalaTemplates
// nothing
jroper commented 8 years ago

https://github.com/playframework/twirl/tree/master/docs

You probably will also be interested in

https://github.com/playframework/play-ebean/tree/master/docs https://github.com/playframework/play-slick/tree/master/docs https://github.com/playframework/anorm/tree/master/docs

Is the ScalaTemplates documentation showing up in the embedded documentation server? If not, we'll have to fix that.

garbagetown commented 8 years ago

Hi James, thank you for your reply. Ok, we'll translate the twirl's docs.

But when we access to localhost:9000/@documentation/templates, the local document server just returns "Page not found [templates]". Where should I clone the twirl's repo, or could you fix this problem?