Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Oppdatert docs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnksv committed Jun 8, 2020
1 parent ed07b12 commit 764acdd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 37 deletions.
4 changes: 2 additions & 2 deletions Difi.SikkerDigitalPost.Klient/Handlers/UserAgentHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ private static string GetAssemblyVersion()
{
var assemblyVersion = Assembly.GetExecutingAssembly().GetName().Version;

return $"difi-sikker-digital-post-klient-dotnet/{assemblyVersion} (netcore/{GetNetCoreVersion()})";
return $"difi-sikker-digital-post-proxy-klient-dotnet/{assemblyVersion} (netcore/{GetNetCoreVersion()})";
}

private static string GetNetCoreVersion()
Expand All @@ -43,4 +43,4 @@ private static string GetNetCoreVersion()
return "AssemblyVersionNotFound";
}
}
}
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#Sikker Digital Post Klient Dotnet
# Sikker Digital Post Klient Dotnet

[![Build status](https://ci.appveyor.com/api/projects/status/5emuaqbxacn96p8u/branch/master?svg=true)](https://ci.appveyor.com/project/difi/sikker-digital-post-klient-dotnet/branch/master)
![Build](https://github.com/difi/dpi-proxy-klient-dotnet/workflows/Build/badge.svg)

Dette er en .NET-klient for sending av sikker digital post for det offentlige. Formålet for klienten er å forenkle integrasjonen
som må utføres av avsendervirksomheter. For mer informasjon om sikker digital post, se [her](http://begrep.difi.no/SikkerDigitalPost/).

#Online Dokumentasjon#
[ONLINE DOKUMENTASJON FINNER DU HER](http://difi.github.io/sikker-digital-post-klient-dotnet/)
# Online Dokumentasjon#
Online dokumentasjon finner du her: http://difi.github.io/dpi-proxy-klient-dotnet/

41 changes: 10 additions & 31 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# name of the software
name: Sikker Digital Post .NET
siteUrlText: difi.github.io/difi-sikker-digital-post-klient-dotnet
name: Sikker digital post proxyklient .NET
siteUrlText: difi.github.io/dpi-proxy-klient-dotnet

# current version of the software
version: 3.0.1
version: 1.0.0
# url of the download button
downloadUrl: https://www.nuget.org/packages?q=Difi.SikkerDigitalPost.Klient

Expand All @@ -12,7 +12,7 @@ license: MIT License
licenseUrl: http://opensource.org/licenses/MIT

#baseurl: "/sikker-digital-post-net-klient" # the subpath of your site, e.g. /blog/
baseurl: "/sikker-digital-post-klient-dotnet"
baseurl: "/dpi-proxy-klient-dotnet"

##Version handling
currentCollecion: "v1_0"
Expand All @@ -21,27 +21,6 @@ versions: ["1.0"]

# Collection of versions
collections:
v1_2:
output: true
permalink: /v1.2/
v1_3:
output: true
permalink: /v1.3/
v1_4:
output: true
permalink: /v1.4/
v1_5:
output: true
permalink: /v1.5/
v1_6_11:
output: true
permalink: /v1.6-1.11/
v2_0:
output: true
permalink: /v2.0/
v3_0:
output: true
permalink: /v3.0/
v1_0:
output: true
permalink: /v1.0/
Expand All @@ -51,19 +30,19 @@ aboutSide: "about.html"

# list of additional links on the right of the top menu
headerLinks:
- title: Om sikker digital post
url: /sikker-digital-post-klient-dotnet/about.html
- title: Om sikker digital post proxyklient
url: /dpi-proxy-klient-dotnet/about.html
- title: GitHub
url: https://github.com/difi/sikker-digital-post-net-klient
url: https://github.com/difi/dpi-proxy-klient-dotnet
- title: Download Nuget Package
url: https://www.nuget.org/packages?q=Difi.SikkerDigitalPost.Klient
url: https://www.nuget.org/packages?q=Difi.SikkerDigitalPost.ProxyKlient
- title: Issues
url: https://github.com/difi/sikker-digital-post-net-klient/issues
url: https://github.com/difi/dpi-proxy-klient-dotnet/issues

# github buttons
githubButton:
user: difi
repo: sikker-digital-post-klient-dotnet
repo: dpi-proxy-klient-dotnet

# twitter buttons
twitter:
Expand Down

0 comments on commit 764acdd

Please sign in to comment.