Skip to content

Commit ca867d8

Browse files
authored
Remove outdated development phase instructions from installation guide (#4539)
1 parent 5ae8f42 commit ca867d8

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/Installation.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,6 @@ TODO
2222
If you already have a Blazor project (either from a default template or an existing application),
2323
follow these steps to integrate **Fluent UI Blazor**.
2424

25-
### 0. During the development phase of version 5
26-
27-
Add this `nuget.config` file to the root of your project.
28-
During the development phase of v5, the package is placed in [this NuGet feed](https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet9/NuGet/Microsoft.FluentUI.AspNetCore.Components/).
29-
You must check the Preview box to view it in your package manager.
30-
31-
```xml
32-
<?xml version="1.0" encoding="utf-8"?>
33-
<configuration>
34-
<packageSources>
35-
<clear />
36-
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
37-
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
38-
</packageSources>
39-
</configuration>
40-
```
41-
4225
### 1. Install the NuGet Package
4326

4427
Use the NuGet Package Manager or run the following command in your terminal:
@@ -152,4 +135,4 @@ Add this code to a Razor page to verify that the installation is correct.
152135
Before diving into components, it's recommended to explore
153136
the [FluentLayout](/layout) documentation to understand project structure and layout strategies.
154137

155-
On [this FluentLayout section](/layout#standard-layout-header-navigation-and-footer), you will find an example of a ready-to-use layout.
138+
On [this FluentLayout section](/layout#standard-layout-header-navigation-and-footer), you will find an example of a ready-to-use layout.

0 commit comments

Comments
 (0)