Skip to content

Commit

Permalink
fix next
Browse files Browse the repository at this point in the history
  • Loading branch information
zuobiao-zhou committed Jul 16, 2023
1 parent 6d35729 commit 65abb64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/concepts-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ A serverless lightweight computing framework [Pulsar Functions](functions-overvi
- [Architecture Overview](concepts-architecture-overview.md)
- [Pulsar Clients](concepts-clients.md)
- [Geo Replication](concepts-replication.md)
- [Cluster-level failover](concepts-cluster-level-failover.md)
- [Multi Tenancy](concepts-multi-tenancy.md)
- [Authentication and Authorization](concepts-authentication.md)
- [Topic Compaction](concepts-topic-compaction.md)
- [Tiered Storage](concepts-tiered-storage.md)
- [Message throttling](concepts-throttling.md)
- [Proxy support with SNI routing](concepts-proxy-sni-routing.md)
- [Multiple advertised listeners](concepts-multiple-advertised-listeners.md)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "NODE_OPTIONS=--max_old_space_size=16000 docusaurus start",
"start": "docusaurus start",
"build": "NODE_OPTIONS=--max_old_space_size=16000 docusaurus build",
"preview": "docusaurus build --locale en && docker-compose up",
"swizzle": "docusaurus swizzle",
Expand Down

0 comments on commit 65abb64

Please sign in to comment.