Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to new doc fx #216

Merged
merged 9 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-eud-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: Expand-Archive ../docfx-win-x64-v2.77.0.zip -DestinationPath ../docfx

- name: Build site with docfx
run: ../docfx/docfx.exe build docfx.json --warningsAsErrors
run: ../docfx/docfx.exe build docfx.json --warningsAsErrors
2 changes: 1 addition & 1 deletion .github/workflows/update-gh-pages-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
git config user.email [email protected]
git add .
git commit -m "Pages update"
git push
git push
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion .template/partials/head.tmpl.partial
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
</script>
<!-- End Matomo Tag Manager -->
{{/_matomoContainerUrl}}
</head>
</head>
7 changes: 7 additions & 0 deletions .template/public/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* file: my-template/public/main.css */
article a {
text-decoration: none;
}
article a:hover{
text-decoration: underline;
}
11 changes: 11 additions & 0 deletions .template/public/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* file: .template/public/main.js */
export default {
defaultTheme: 'dark',
iconLinks: [
{
icon: 'github',
href: 'https://github.com/DevExpress/dotnet-eud',
title: 'GitHub'
}
]
}
87 changes: 0 additions & 87 deletions LICENSE.md

This file was deleted.

Loading
Loading