Skip to content

Commit ba026b2

Browse files
committed
fix: build
1 parent a1bd613 commit ba026b2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/ferrum/11-cookies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Returns cookies hash
1414
page.cookies.all # => {"NID"=>#<Ferrum::Cookies::Cookie:0x0000558624b37a40 @attributes={"name"=>"NID", "value"=>"...", "domain"=>".google.com", "path"=>"/", "expires"=>1583211046.575681, "size"=>178, "httpOnly"=>true, "secure"=>false, "session"=>false}>}
1515
```
1616

17-
#### [](value) : `Cookie`
17+
#### \[\](value) : `Cookie`
1818

1919
Returns cookie
2020

docusaurus.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ const config: Config = {
9090
label: 'Getting Started',
9191
to: 'docs/ferrum/introduction',
9292
},
93-
{
94-
label: 'API Reference',
95-
to: '/docs/api/navigation',
96-
},
9793
],
9894
},
9995
{

0 commit comments

Comments
 (0)