Nikita Melnikov
6ff8b7e40b
Merge pull request #283 from alsolovyev/feat/copy-button
...
Add reusable copy button component
2022-11-30 15:36:44 +04:00
Aleksey Solovyev
36ba3a3cd8
fix: prevent scrollbar-x from appearing on small screens
2022-11-29 22:01:50 +03:00
Aleksey Solovyev
3ca4a175e9
fix: trim content of TOC elements
...
This is necessary in order to avoid creating <br>
elements in the table of contens elements.
2022-11-29 19:55:35 +03:00
Aleksey Solovyev
1c3ada993e
feat: add copy button to code block
2022-11-29 19:55:35 +03:00
Aleksey Solovyev
dc0c32a93f
feat: add copy button to header
2022-11-29 19:55:35 +03:00
Aleksey Solovyev
285b94779f
feat: add reusable copy button component
2022-11-29 19:55:30 +03:00
Aleksey Solovyev
91ba44a169
refactor: delete copy link button from header
2022-11-29 14:55:11 +03:00
Nikita Melnikov
de30ddf243
Merge pull request #282 from codex-team/fix-release-pipeline
...
remove unnecessary v from release pipeline
2022-11-16 14:15:35 +04:00
Nikita Melnikov
b83d468ba0
remove unnecessary v from release pipeline
2022-11-16 07:11:21 -03:00
Nikita Melnikov
882971ca6e
Merge pull request #278 from codex-team/v2
...
CodeX Docs v2.0.0 🤩
2022-11-16 14:00:37 +04:00
Nikita Melnikov
b6dfd14c8b
add config override to docker-compose.dev.yml
2022-11-15 09:08:34 -03:00
Nikita Melnikov
912a8cdf31
fix doc
2022-11-15 09:04:44 -03:00
Nikita Melnikov
339993ef8e
fix delete button
2022-11-14 09:29:08 -03:00
Nikita Melnikov
6b12bf163d
some fixes for docs and configs
2022-11-12 20:32:57 -03:00
Nikita Melnikov
e4fb951e4c
remove unnecessary file
2022-11-12 18:20:01 -03:00
Nikita Melnikov
9c23a8ade8
change default favicon
2022-11-07 09:43:27 -03:00
Nikita Melnikov
ae721d117f
test another pipeline
2022-11-07 09:40:47 -03:00
Nikita Melnikov
f41dac21e4
test another pipeline
2022-11-07 09:39:40 -03:00
Nikita Melnikov
081da2c50b
test another pipeline
2022-11-07 09:35:11 -03:00
Nikita Melnikov
7e329c5db2
fix pipeline and update version
2022-11-07 09:31:31 -03:00
Nikita Melnikov
dc14833bdc
fix pipeline and update version
2022-11-07 09:25:08 -03:00
Nikita Melnikov
939594f079
enable latest tag for default branch
2022-11-07 09:03:49 -03:00
Nikita Melnikov
ca58118a26
fix pipeline
2022-11-07 08:54:04 -03:00
Nikita Melnikov
2aaa889236
update package.json version
2022-11-07 08:49:32 -03:00
Nikita Melnikov
6e48adecda
Test pipeline ( #279 )
...
* get separate image name for staging
* fix env
2022-11-07 08:48:15 -03:00
Nikita Melnikov
2e11b0049b
add docker-compose.yml for production use
2022-11-07 08:12:15 -03:00
Nikita Melnikov
90c68d6077
fix docker mounts
2022-11-07 07:44:44 -03:00
Nikita Melnikov
17857c88df
fix issue with link preview
2022-11-07 07:15:29 -03:00
Nikita Melnikov
7914a5a0ac
Update docker-compose.yml
2022-11-04 20:08:38 +02:00
Nikita Melnikov
d9bfb88a86
Merge branch 'main' of github.com:codex-team/codex.docs into v2
...
Conflicts:
nodemon.json
2022-11-03 12:39:29 +02:00
Nikita Melnikov
ccbd79d6fe
Env vars config override and some fixes ( #277 )
...
* update config-loader and remove unnecessary packages
* implement default config && move password to auth section
* add 'v' to the start of image name
* fix dockerfile
* test
* test pipeline
* test again
* fixes
* remove test step
* remove console log
* fix default config
2022-11-03 12:38:13 +02:00
Egor
b67717c8e5
Enforce authentication for API routes ( #276 )
...
Closes #275
2022-10-24 22:27:35 +03:00
Nikita Melnikov
4ad37abed0
[Feature] Static pages rendering 🤩 ( #274 )
2022-10-17 08:25:38 +08:00
Umang G. Patel
698c09c489
Add search to sidebar ( #215 )
...
* remove package json
* twig file modified
* search bar style added
* the background content added
* add the switching b/w the shortcut logo
* shortcut for search added
* add the arrowup and arrowdown short cut
* sidebar search added
* keyup and keydown replace with input
* the sidebar search selected added
* unusal things
* the enter evenlister added with search refactring
* comments added
* the scroll added if element is not visble
* metakey added
* event listner using shortcut added
* the integration for input box completed
* nodemon config updated
* replace the shortcuts with event listener
* bugfix: up height of header added
* feat:integrate sidebar toggle with search shortcut
* syntax improved
* event listener updated
* border adjusted
* search adjusted
* sidebar search navigation adjusted
* new search module added
* new module integrated
* boxshadow added as border
* sidebar search class added
* sidebar search=>filter
* comments added
* filter for section added
* the expand feature added during navigation
* remove the space
* header height variable added
* shortcut logic updated
* enum for direction added
* common search function added
* expand every match
* updated styles
* updated styles
* margin remove in mobile view with bold removed
* clean css added
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-10-13 08:30:23 +05:30
Nikita Melnikov
8c794304b6
S3 uploads support ( #273 )
...
* finish s3 uploads implementation
* remove unnecessary file
* fix docs
* update DEVELOPMENT.md
* update doc
* update default uploads path
2022-10-08 18:26:11 +08:00
Nikita Melnikov
55b4b3ee61
🤩 MongoDB support 🤩 ( #272 )
...
* implement configuration through YAML
* remove rcparser
* use password from appConfig
* update docker configs
* fix dockerignore
* implement mongodb driver
* update eslint packages
* fix bugs
* refactor code for grouping by parent
* fix yet another bug
* use unique symbol to the EntityId type
* fix more bugs
* implement db converter
* fix bug with parent selector
* fix eslint
* db-converter refactoring
* create cli program for db-converter
* add readme and gitignore
* update development docs
* update development docs and default config
* add docs about converter
* add src/test to docker ignore
* move database code from utils
* improve docs
* eslint fix
* add more docs
* fix docs
* remove env_file from docker-compose
* implement duplicate detection in db-converter
* use published version of the config-loader
* fix bug
* Update DEVELOPMENT.md
Co-authored-by: Ilya Maroz <37909603+ilyamore88@users.noreply.github.com>
* fix bugs
* fix next/prev buttons
* fix more bugs
* fix sorting
Co-authored-by: Ilya Maroz <37909603+ilyamore88@users.noreply.github.com>
2022-10-03 20:23:59 +08:00
Nikita Melnikov
13762096c4
Implement yaml config ( #271 )
2022-09-29 06:41:24 +08:00
--Explosion--
5a7f1c843b
fix(readme): editor.js link missprint resolved
...
Thanks @Explosion-Scratch
2022-09-16 00:05:30 +03:00
Peter Savchenko
2dd4873029
fix(styles): editor styles improved ( #268 )
...
* editor blocks margin fix, horisontal scroll fix
* make page and editor more similar
2022-09-15 22:37:12 +03:00
Tanya
5bbfd32621
Fix sidebar being impossible to hide on tablet screen ( #266 )
2022-09-15 20:12:57 +03:00
Tanya
c383ee48c2
Fix image centering ( #265 )
2022-09-14 20:27:40 +03:00
Vyacheslav Chernyshev
24aa4a2190
Changed cloning docs from yarn to git clone in README ( #264 )
2022-09-14 17:43:46 +03:00
Peter Savchenko
2a8684296b
chore(readme): readme update ( #263 )
...
* chore(readme): readme update
* write about configuration
2022-09-14 15:58:05 +03:00
Vyacheslav Chernyshev
47198af8bc
Added yarn start command to start on prod ( #262 )
2022-09-14 15:50:36 +03:00
Tanya
3e5b6a8ba0
Add ability to copy header link ( #256 )
...
* Add ability to copy header link
* Update copy button styles
* Update splash border radius
* Remove cursor pointer from header
* Fix for different header sizes
* Update animation
* Update src/frontend/styles/components/page.pcss
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-09-14 15:31:16 +03:00
Taly
51fb6655e2
Beautify terminal output ( #261 )
...
* beautify terminal output
- draw welcome banner on server starting
- use minimal logs for webpack
- disable verbose mode for nodemon
resolves #240
* Update server.ts
2022-09-14 13:27:31 +03:00
Peter Savchenko
1cd078317e
chore(styles): list and image blocks style improved ( #260 )
...
* update image margings
* upd list style
2022-09-13 18:57:50 +03:00
Peter Savchenko
ceccd234cd
Increase content paddings ( #257 )
...
* Increase content paddings
* add margin to the page title
2022-09-13 17:08:07 +03:00
YeoKyung Yoon
a7e859bfd1
fix: cover writing header on mobile ( #246 )
2022-09-13 12:12:46 +09:00
slaveeks
e1fd9a77f6
Added default index page, default startPage, removed iframe ( #250 )
...
* Removed iframe, added default index page, made startPage optional parameter
* Renamed class for landing content
* Added paddings for message in index page, removed iframe link from index
* Renamed landing to greeting
* rm extra margins, upd svg
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-09-12 20:11:44 +03:00