Skip to content

Commit ce578d3

Browse files
committed
Update README.md
1 parent d604b6b commit ce578d3

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ A comprehensive documentation site generator for Python packages. Great Docs aut
1414
- intelligent setup: auto-generates configuration from your package's public API
1515
- zero configuration: works out of the box with sensible defaults
1616
- LLM-friendly docs: auto-generates `llms.txt` file for AI/LLM documentation indexing
17+
- source links: automatic links to source code lines on GitHub
1718

1819
## Quick Start
1920

@@ -100,9 +101,16 @@ Great Docs automatically creates a complete documentation site with:
100101

101102
### Responsive Design
102103

103-
- mobile-friendly navigation
104-
- optimized sidebar behavior
105-
- touch-friendly interface elements
104+
- carefully crafted mobile viewing experience
105+
- touch-optimized navigation and sidebar behavior
106+
- readable typography and spacing on all screen sizes
107+
- collapsible sections that work well on small screens
108+
109+
### Source Code Links
110+
111+
- automatic "source" links on API reference pages
112+
- links directly to the relevant line numbers on GitHub
113+
- this helps users understand implementation details
106114

107115
## Usage
108116

0 commit comments

Comments
 (0)