docs icon indicating copy to clipboard operation
docs copied to clipboard

A collaborative note taking, wiki and documentation platform that scales. Built with Django and React.

Results 194 docs issues
Sort by recently updated
recently updated
newest added

## Bug Report **Problematic behavior** When a user ask for access on a public document the access request is to become a member with read access. **Expected behavior/code** It doesn't...

bug
frontend

## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** As per the GDPR, the user has a right to access data we...

feature
GDPR

### Discussed in https://github.com/suitenumerique/docs/discussions/1400 Originally posted by **virgile-dev** September 17, 2025 We recently added a table of know instances on the README. People are encouraged to add theirs via a...

feature
backend

## Support request **Topic** The *.values.yaml file locations are incorrect in the docs/installation/kubernetes.md file. For example, it says `examples/keycloak.values.yaml`, but it should be `docs/examples/helm/keycloak.values.yaml` **Question** I've attached the patch to...

triage
support

Introduce a /new route that automatically creates a document and redirects users to it. This enables direct document creation via URL, bookmarks, or automation scripts. When unauthenticated users access /new,...

## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** When users create a table/chart and share his docs with other people, sometimes...

feature
triage

## Purpose We have the user full name through OIDC in the database, but the search only used the email field. This change allows to search for a user by...

preview

## Bug Report **Problematic behavior** - [ ] Adding a title in toggle block adds a top margin above toggle block - [ ] I can't drag and drop a...

bug

## Purpose Fix accessibility of the header panel toggle button to improve screen reader support. issue : [1617](https://github.com/suitenumerique/docs/issues/1617) ## Proposal - [x] Update `aria-label` dynamically based on `isPanelOpen` - [x]...

accessibility

https://github.com/suitenumerique/docs/blob/a4e3168682bdfa91f5a526d80cdeef02df73488c/src/frontend/apps/impress/src/features/header/components/ButtonTogglePanel.tsx#L7-L27 - **Problem**: The toggle button always announces “Open the header menu,” never updates based on `isPanelOpen`, lacks `aria-expanded`/`aria-pressed`, and doesn’t reference the controlled panel. - **Impact**: Screen-reader users cannot...

accessibility