Skip to content

Commit 37919d5

Browse files
Revert changes to changelog and component-library files
Per user request, removing changes to: - All changelog files (2024-2025) - Component library embed.mdx file These will be handled in separate PRs Co-Authored-By: Devin Logan <[email protected]>
1 parent 53c3b9b commit 37919d5

File tree

17 files changed

+47
-47
lines changed

17 files changed

+47
-47
lines changed

fern/products/docs/pages/changelog/2024-01-24.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## API playground launch
1+
## API Playground Launch
22
Enable interactive API testing directly in the documentation.
33
- Added full API request testing capability
44
- Improved error handling and status code display
55
- Added support for recursive property rendering
66

7-
## Enhanced dark mode
7+
## Enhanced Dark Mode
88
Multiple improvements to dark mode readability for syntax highlighting, dropdowns, and search results.
99

1010
```css
@@ -16,16 +16,16 @@ Multiple improvements to dark mode readability for syntax highlighting, dropdown
1616
}
1717
```
1818

19-
## Mobile-friendly navigation
19+
## Mobile-Friendly Navigation
2020
Comprehensive updates to mobile navigation experience with collapsible and scrolling.
2121

22-
## Search enhancements
22+
## Search Enhancements
2323
Multiple improvements to the search experience.
2424
- Default and configurable keyboard shortcuts (`Cmd+A`, `/`) for search
2525
- Improved search box sizing
2626
- Added auto-focus functionality
2727

28-
## Performance optimization
28+
## Performance Optimization
2929
Several performance improvements across the platform.
3030
- Moved FontAwesome to CDN
3131
- Improved search dialog loading
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
## WebSocket support in API playground
1+
## WebSocket Support in API Playground
22
Added real-time WebSocket testing capabilities to the API playground, enabling developers to test streaming and real-time endpoints directly in the documentation. WebSocket connections can now be established, tested, and debugged without leaving the docs.
33

4-
## Enhanced code highlighting
4+
## Enhanced Code Highlighting
55
Implemented a new code highlighting system using Shiki for improved syntax highlighting accuracy and performance. The system now supports more languages and provides better dark mode compatibility.
66

7-
## Feedback system
7+
## Feedback System
88
Introduced a new feedback collection system using Radix UI components for improved accessibility. Users can now provide structured feedback about documentation quality and usefulness directly within the interface.
99

10-
## Layout configuration system
10+
## Layout Configuration System
1111
Implemented a flexible layout configuration system that allows for custom header, footer, and sidebar arrangements. Documentation can now be customized to match your brand and preferences.
1212

1313
```yaml
@@ -17,7 +17,7 @@ layout:
1717
searchbar-placement: header
1818
```
1919
20-
## Custom styling support
20+
## Custom Styling Support
2121
Added support for custom CSS and scripts, enabling deep customization of documentation appearance and behavior. Organizations can now apply their branding consistently across their documentation.
2222
2323
```yaml docs.yml
@@ -29,4 +29,4 @@ Added support for custom CSS and scripts, enabling deep customization of documen
2929
.custom-class {
3030
background-color: #f0f0f0;
3131
}
32-
```
32+
```
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# March 2024
22

3-
## Virtualized syntax highlighting
3+
## Virtualized Syntax Highlighting
44
Implemented performance-optimized code rendering that handles large code blocks efficiently without impacting page performance. Long code samples now load instantly and scroll smoothly.
55

6-
## Mobile search experience
6+
## Mobile Search Experience
77
Redesigned the mobile search interface with a sticky search bar and improved results display. Users can now easily search documentation on mobile devices with a native-feeling interface.
88

9-
## Scrollbar refinement
9+
## Scrollbar Refinement
1010
Enhanced scrollbar design and behavior across all documentation sections for a more polished look and feel. Scrollbars now adapt to both light and dark themes while maintaining usability.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## Sidebar navigation enhancement
1+
## Sidebar Navigation Enhancement
22
Improved sidebar padding and visual hierarchy with refined spacing and typography. The documentation navigation now provides clearer visual structure and better readability.
33

4-
## Base path configuration
4+
## Base Path Configuration
55
Added flexible base path configuration for documentation routing. Organizations can now host documentation under custom paths while maintaining proper navigation.
66

77
```yaml docs.yml
88
instances:
99
- url: your-site.docs.buildwithfern.com
1010
custom-domain: your-site.com/docs
11-
```
11+
```

fern/products/docs/pages/changelog/2024-05-22.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Advanced redirects
1+
## Advanced Redirects
22
Implemented a powerful redirects system supporting pattern matching and parameter preservation. Teams can now manage documentation URL structure while maintaining backwards compatibility.
33

44
```yaml
@@ -10,5 +10,5 @@ redirects:
1010
destination: /tutorials/:name
1111
```
1212
13-
## API authorization handling
13+
## API Authorization Handling
1414
Enhanced API authorization handling in the documentation platform. Developers can now test authenticated endpoints more easily with improved token management.

fern/products/docs/pages/changelog/2024-06-25.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# June 2024
22

3-
## RSS feed integration
3+
## RSS Feed Integration
44
Added support for RSS feeds to keep users updated on documentation changes. Teams can now offer automated notifications for their documentation.
55

6-
## JSON-LD enhancement
6+
## JSON-LD Enhancement
77
Implemented structured data support through JSON-LD for improved SEO. Documentation pages now provide richer information to search engines and social platforms.
88

99
```json
@@ -16,7 +16,7 @@ Implemented structured data support through JSON-LD for improved SEO. Documentat
1616
}
1717
```
1818

19-
## Image zoom controls
19+
## Image Zoom Controls
2020
Added configurable image zoom functionality with custom triggers and behaviors. Users can now better examine diagrams and technical illustrations in documentation.
2121

2222
```mdx page.mdx
@@ -25,7 +25,7 @@ no-image-zoom: true
2525
---
2626
```
2727

28-
## Syntax extension support
28+
## Syntax Extension Support
2929
Added support for additional syntax highlighting languages including BAML and Jinja. Documentation can now properly display a wider range of code examples.
3030

3131
```html
@@ -50,4 +50,4 @@ Added support for additional syntax highlighting languages including BAML and Ji
5050
<p>No products are available at the moment.</p>
5151
{% endif %}
5252
</body>
53-
```
53+
```

fern/products/docs/pages/changelog/2024-07-30.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# July 2024
22

3-
## Meta image system
3+
## Meta Image System
44
Implemented comprehensive meta image support for better social sharing. Documentation pages now display properly when shared on social media platforms.
55

66
```yaml
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# August 2024
22

3-
## Anchor link system
3+
## Anchor Link System
44
Redesigned anchor link handling for improved navigation within documentation pages. Links now account for fixed headers and maintain proper scroll position when opened.
55

6-
## WCAG contrast improvements
6+
## WCAG Contrast Improvements
77
Enhanced color contrast throughout the documentation platform for better accessibility. All text and interactive elements now meet WCAG AA standards by default and warnings are shown for any elements that do not meet WCAG AA standards.
88

9-
## API page center updates
9+
## API Page Center Updates
1010
Improved center element positioning and updates for API documentation pages. Content now flows more naturally and maintains position during navigation.
1111

12-
## Streaming toggle enhancement
12+
## Streaming Toggle Enhancement
1313
Improved visibility and behavior of streaming response toggles in API playground. Users can now better control and monitor streaming responses.

fern/products/docs/pages/changelog/2024-09-24.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# September 2024
22

3-
## Environment testing interface
3+
## Environment Testing Interface
44
Created an editable playground environment system for testing API endpoints. Users can now switch between different API environments seamlessly within the documentation.
55

66
```yaml openapi.yml
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## JWT API key integration
1+
## JWT API Key Integration
22
Implemented automatic API key extraction from JWT tokens in the documentation playground. Users can now test authenticated endpoints more easily with automatic credential handling.
33

44
<Card
@@ -7,5 +7,5 @@ Implemented automatic API key extraction from JWT tokens in the documentation pl
77
href="/learn/home#get-support"
88
/>
99

10-
## Query parameter enhancement
11-
Improved handling of query parameters in documentation middleware. Complex query parameters are now properly handled and displayed in the documentation.
10+
## Query Parameter Enhancement
11+
Improved handling of query parameters in documentation middleware. Complex query parameters are now properly handled and displayed in the documentation.

0 commit comments

Comments
 (0)