Skip to content

Commit

Permalink
docs: multiple site layout and page updates (#3052)
Browse files Browse the repository at this point in the history
* docs: multiple site layout, folder structure, and page updates

* docs: update links in README.md

* remove unnecessary file

* update page names in docs.yml, add introductory sentence to get-started.mdx, fix link in export-openapi.mdx

* add all updates since dec 2023 to new february changelog, add feb changelog to docs.yml, fix formatting in dec changelog

* add info about automatically generated h1 header for docs pages

* add fern docs to feb 2024 changelog

* add more slugs to reduce repetitive urls

---------

Co-authored-by: Danny Sheridan <[email protected]>
  • Loading branch information
minaelee and dannysheridan authored Feb 29, 2024
1 parent b692a0f commit 1b73524
Show file tree
Hide file tree
Showing 91 changed files with 1,911 additions and 1,083 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Postman Collections, Server boilerplate, etc.). To add a generator run `fern add
### Server-side Generators

Fern's server-side generators output boilerplate application code (models and networking logic). This is intended for spec-first or API-first developers,
who write their API definition (as an OpenAPI spec or Fern definition) and want to geenerate backend code. Watch a demo [here](https://docs.buildwithfern.com/server-boilerplate/server-boilerplate/express-js#demo-video).
who write their API definition (as an OpenAPI spec or Fern definition) and want to generate backend code. Watch a demo [here](https://docs.buildwithfern.com/fern-sd-ks/other-generators/server-side/express-js#demo-video).

| Generator ID | Latest Version | Changelog | Entrypoint |
| ----------------------------- | -------------- | ------------------------------------------------------------ | -------------------------------------------------------------------------------- |
Expand Down Expand Up @@ -118,7 +118,7 @@ Fern's spec generators can output an OpenAPI spec or a Postman collection.

## 🌿 CLI Commands

Here's a quick look at the most popular CLI commands. View the documentation for [all CLI commands](https://docs.buildwithfern.com/overview/cli/cli).
Here's a quick look at the most popular CLI commands. View the documentation for [all CLI commands](https://docs.buildwithfern.com/overview/cli/overview).

`fern init`: adds a new starter API to your repository.

Expand All @@ -145,7 +145,7 @@ Frameworks currently supported:
- [Spring Boot](./generators/java)
- [FastAPI](./generators/python)

For a walkthrough, check out the [Fern + Express video](https://docs.buildwithfern.com/server-boilerplate/server-boilerplate/express-js#demo-video).
For a walkthrough, check out the [Fern + Express video](https://docs.buildwithfern.com/fern-sd-ks/other-generators/server-side/express-js#demo-video).

### Fern Definition

Expand Down
4 changes: 0 additions & 4 deletions fern/apis/public-api/definition/__package__.yml

This file was deleted.

Loading

0 comments on commit 1b73524

Please sign in to comment.