From 29e564653dc46116c6436570567c5898b4b2ee2d Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Tue, 19 Sep 2023 11:35:12 -0400 Subject: [PATCH] Fix home page --- docfx/docfx.json | 4 ++-- docfx/index.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docfx/docfx.json b/docfx/docfx.json index d93378cd52..d65d6dc1ee 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -50,10 +50,10 @@ "disableGitFeatures": false, "globalMetadata": { "_appTitle": "IceRPC", - "_appName": "API", + "_appName": "Docs", "_appFaviconPath": "images/favicon.ico", "_appLogoPath": "images/logo.svg", - "_appLogoUrl": "https://docs.icerpc.dev/api/csharp/index.html", + "_appLogoUrl": "https://docs.icerpc.dev", "_appFooter": "© 2023 ZeroC", "_enableSearch": true, "_gitContribute": { diff --git a/docfx/index.md b/docfx/index.md index 566824d29b..fa03b0c06f 100644 --- a/docfx/index.md +++ b/docfx/index.md @@ -2,7 +2,7 @@ layout: landing --- -# IceRPC for C# API Reference +# C# API Reference | Namespace | Description | |-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------| @@ -44,4 +44,5 @@ layout: landing [IceRpc.Transports.Quic]: api/IceRpc.Transports.Quic.yml [IceRpc.Transports.Slic]: api/IceRpc.Transports.Slic.yml [IceRpc.Transports.Tcp]: api/IceRpc.Transports.Tcp.yml +[OpenTelemetry]: https://opentelemetry.io [ZeroC.Slice]: api/ZeroC.Slice.yml