Akash
Akash
> Is that screenshot from run [CI run 40368329071 ](https://github.com/PecanProject/pecan/actions/runs/14394515442/job/40368329071)? Hard to say why that one failed, but it looks like other runs in the develop branch, including [the most...
**Key improvements from the recent PR:** 1. Added function to generate `_pkgdown.yml`: Introduced dynamic generation of `_pkgdown.yml` for all packages to customize the pkgdown site appearance. Upgraded the default Bootstrap...
This commit includes: - A button to navigate back to All Packages. - I’ve also tried to address all the feedback mentioned above. - Added `URL` and `BugReports` fields in...
Tested the `pkgdown` docs build locally, and i have pushed the container to Docker registry, you can access it using these commands: ``` docker pull akash7022/pkg:latest docker run -d -p...
Hello sir, as we say in recent deployment to `package-documentation` , `index.html` page currently resides inside the `develop/`. Do you think it would be more convenient to view the documentation...
```bash rsync -a --delete ../_pkgdown_docs/ ${VERSION}/ if [ "$VERSION" = "develop" ]; then echo ' Redirecting to Documentation Redirecting to latest documentation... ' > index.html fi git add --all *...
> ```shell > rsync -a --delete ../_pkgdown_docs/ ${VERSION}/ > > if [ "$VERSION" = "develop" ]; then > echo ' > > > > Redirecting to Documentation > > >...
@robkooper Thanks for your feedback, and sorry for the delay, since it's a busy week with assessments, so i couldn't address this sooner > looks like there is a hardcoded...
> ```shell > rsync -a --delete ../_pkgdown_docs/ ${VERSION}/ > > if [ "$VERSION" = "develop" ]; then > echo ' > > > > Redirecting to Documentation > > >...
@dlebauer Apologies for taking so long to respond here. I think this is ready to merge as-is; It addresses the `Bootstrap 3` deprecation warnings we've been getting by upgrading to...