Skip to content

Mweb 1107 header nav #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 33 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
68d2735
Add markdown files
arbursh Mar 29, 2024
3cdea01
Add more pages to doc
arbursh Apr 3, 2024
06809aa
Add changes to files
arbursh Apr 4, 2024
fa0e4ea
Update doc pages
arbursh Apr 8, 2024
bfa5bb6
Add tailwind + swagger color
arbursh Apr 9, 2024
1916a7f
Update code sections
arbursh Apr 9, 2024
ca8d488
Create working nav
hmdshfq Apr 9, 2024
164047d
Add diff color of note
arbursh Apr 10, 2024
95ac0b6
Arrange code and add colors
hmdshfq Apr 11, 2024
fe18f94
Fix mobile nav colors and nav js
hmdshfq Apr 19, 2024
e8949ca
Add import scripts
declark Apr 23, 2024
a95469c
Navigation changes
hmdshfq May 9, 2024
11ad55f
Merge branch 'next-import-files' into nav-docs-merge
hmdshfq May 9, 2024
df9c69d
Add github doc pages
arbursh May 10, 2024
8cfb1e8
Fix animations
hmdshfq May 10, 2024
00f8869
Fix colors
hmdshfq May 13, 2024
c50f96d
Fix
hmdshfq May 14, 2024
5653ed1
Fix
hmdshfq May 14, 2024
83b9105
Fix
hmdshfq May 17, 2024
87a965f
Change outline and add comments
hmdshfq May 23, 2024
f8ec584
Fix
hmdshfq May 23, 2024
a372858
Fix
hmdshfq May 28, 2024
f860094
Fix
hmdshfq May 28, 2024
3a43811
Fix
hmdshfq May 29, 2024
323f544
Add box-shadow for header
hmdshfq May 29, 2024
e7f3403
Fix build
hmdshfq May 29, 2024
8c89e08
Lockfile update and add fontaweseome
declark May 30, 2024
7de5c52
Update case ref
declark May 30, 2024
ff637b8
test
declark May 30, 2024
6ca1fb7
Delete hello world.txt
declark May 30, 2024
3c81586
add swagger ui back
declark May 30, 2024
2cef5a4
Fix Header.astro and header.astro conflict
hmdshfq May 31, 2024
c0ffaef
Fix
hmdshfq May 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add more pages to doc
  • Loading branch information
arbursh committed Apr 3, 2024
commit 3cdea01f4937c756d594277e8928b09e4917f5b3
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: API Keys
sidebar:
order: 2
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/authentication/api-keys/).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: Authentication
sidebar:
order: 1
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/authentication).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: Basic Authentication
sidebar:
order: 3
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/adding-examples.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Adding examples
title: Adding Examples
sidebar:
order: 10
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/api-host-and-base-path.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: API Host and Base Path
sidebar:
order: 3
---

code { font-size: 14px !important; }
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/basic-structure.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: Basic Structure
sidebar:
order: 2
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/basic-structure).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/describing-parameters.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: Describing Parameters
sidebar:
order: 6
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/describing-parameters).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: Describing Request Body
sidebar:
order: 7
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/describing-request-body).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/describing-responses.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: Describing Responses
sidebar:
order: 9
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/describing-responses).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/enums.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: Enums
sidebar:
order: 11
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/data-models/enums/).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/file-upload.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: File Upload
sidebar:
order: 8
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/describing-request-body/file-upload/).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: Grouping Operations With Tags
sidebar:
order: 12
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/grouping-operations-with-tags).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/mime-types.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: MIME Types
sidebar:
order: 4
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/media-types).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/paths-and-operations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: Paths and Operations
sidebar:
order: 5
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger). To learn about the latest version, visit [OpenAPI 3 pages](/docs/specification/paths-and-operations/).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/swagger-extensions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: Swagger Extensions
sidebar:
order: 13
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger).
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/specification/2.0/what-is-swagger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API Server and Base Path
title: What is Swagger
sidebar:
order: 1
---

OAS **2** This page applies to OpenAPI Specification ver. 2 (fka Swagger).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ OAS **3** This guide is for OpenAPI 3.0. If you use OpenAPI 2.0, see our [OpenA

[Basic authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) is a simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the `Authorization` header that contains the word `Basic` word followed by a space and a base64-encoded string `username:password`. For example, to authorize as `demo / p@55w0rd` the client would send

Authorization: Basic ZGVtbzpwQDU1dzByZA==
```yaml
Authorization: Basic ZGVtbzpwQDU1dzByZA==
```

**Note:** Because base64 is easily decoded, Basic authentication should only be used together with other security mechanisms such as HTTPS/SSL.

Expand Down