mirror of
https://github.com/valitydev/elixir-thrift.git
synced 2024-11-06 10:15:17 +00:00
Rename "Pages" to "Guides" (#419)
This commit is contained in:
parent
8a43c7ddd8
commit
13309ea719
3
mix.exs
3
mix.exs
@ -50,10 +50,11 @@ defmodule Thrift.Mixfile do
|
|||||||
name: "Thrift",
|
name: "Thrift",
|
||||||
docs: [
|
docs: [
|
||||||
main: "Thrift",
|
main: "Thrift",
|
||||||
|
extra_section: "Guides",
|
||||||
extras: [
|
extras: [
|
||||||
"ADOPTERS.md": [title: "Adopters"],
|
"ADOPTERS.md": [title: "Adopters"],
|
||||||
"CONTRIBUTING.md": [title: "Contributing"],
|
"CONTRIBUTING.md": [title: "Contributing"],
|
||||||
"example/README.md": [filename: "example", title: "Example"]
|
"example/README.md": [filename: "example", title: "Example Project"]
|
||||||
],
|
],
|
||||||
source_url: @project_url,
|
source_url: @project_url,
|
||||||
groups_for_modules: [
|
groups_for_modules: [
|
||||||
|
Loading…
Reference in New Issue
Block a user