# Returns config for Elixir docs (exclusively) canonical = System.fetch_env!("CANONICAL") [ extras: Path.wildcard("lib/elixir/pages/*.md") ++ ["CHANGELOG.md"], deps: [ eex: "https://hexdocs.pm/eex/#{canonical}", ex_unit: "https://hexdocs.pm/ex_unit/#{canonical}", iex: "https://hexdocs.pm/iex/#{canonical}", logger: "https://hexdocs.pm/logger/#{canonical}", mix: "https://hexdocs.pm/mix/#{canonical}" ], groups_for_functions: [ Guards: &(&1[:guard] == true) ], skip_undefined_reference_warnings_on: ["lib/elixir/pages/compatibility-and-deprecations.md"], groups_for_modules: [ # [Kernel, Kernel.SpecialForms], "Basic Types": [ Atom, Base, Bitwise, Date, DateTime, Exception, Float, Function, Integer, Module, NaiveDateTime, Record, Regex, String, Time, Tuple, URI, Version, Version.Requirement ], "Collections & Enumerables": [ Access, Date.Range, Enum, Keyword, List, Map, MapSet, Range, Stream ], "IO & System": [ File, File.Stat, File.Stream, IO, IO.ANSI, IO.Stream, OptionParser, Path, Port, StringIO, System ], Calendar: [ Calendar, Calendar.ISO, Calendar.TimeZoneDatabase, Calendar.UTCOnlyTimeZoneDatabase ], "Processes & Applications": [ Agent, Application, Config, Config.Provider, Config.Reader, DynamicSupervisor, GenServer, Node, PartitionSupervisor, Process, Registry, Supervisor, Task, Task.Supervisor ], Protocols: [ Collectable, Enumerable, Inspect, Inspect.Algebra, Inspect.Opts, List.Chars, Protocol, String.Chars ], "Code & Macros": [ Code, Code.Fragment, Kernel.ParallelCompiler, Macro, Macro.Env ] ## Automatically detected groups # Deprecated: [ # Behaviour, # Dict, # GenEvent, # HashDict, # HashSet, # Set, # Supervisor.Spec # ] ] ]